For your post-Christmas hangover, another CanIUse Mashup
This will be short and quick as I've got to hit level 24 on Guild Wars 2. A while back I posted a few demos that made use of CanIUse.com data. These demos were kinda nice I think, although not the most prettiest examples of what you could do with CSS. Based on a suggestion from one of the commenters I created something a bit simpler and more direct.
Based on selecting a set of features, this new demo will tell you the minimum version of each major browser required to support those features.
So for example, if form field validation requires IE10 and canvas requires IE9 (I'm not going to rant about this again I'm not going to rant about this again) then the minimum version of IE you can use for both those features is IE10.
Here's a screenshot of this in action. As a reminder, CanIUse.com supports multiple browsers. The ones you see here were simply my list of what I thought was critical enough to include in the UI.

Ok, check it out, and let me know what you think.
Edit: Based on a recommendation by Jesse Freeman, I finally got around to adding 'bookmarkability' to the demo. Check this version: http://raymondcamden.com/demos/2012/dec/20/test4.html. As you select options, the URL will change. You can then bookmark and load up that version, or share the URL with others.
Edit 2: After a bug was found in test3.html, I fixed it in test4.html and modified all my links above to just use that version.

---
OT: Unfortunately I'm not a big fan of caniuse.com since I often find their data lacking on browsers older than a couple years old (I sometimes have clients that have older browsers with no option to upgrade any time soon).
I still see the data is wrong though on pages like @font-face where it says FF started supporting it in 3.5. But At least they list their sources. Wikipedia also has it incorrectly marked as 3.5 - where they likely got their information.
I've used font-face for many years now. Funnily enough IE practically invented it when they supported it in IE4 - years before other browsers considered it (granted, it was actually a CSS2 spec first, but it was a rare moment in IE history when they supported a CSS2 spec before anyone else). And FF of all browsers was actually the "last" browser to support @font-face starting in 3.6. Yeah, I know... useless knowledge :)
btw, those settings on their site are really cool. I keep playing with them now. Thanks for that tip :)
How about a feature that scans my HTML/JS/CSS to determine which of those features I'm using? :) Who can remember all those details?
canvas={ie:8, firefox:5}
and a list of CSS things
transform={ie:10, etc}
Based on this, you scan for each keyword, and as you find matches, begin generating a minimum browser version required. So using the above examples, if I had both a canvas tag and a trasform item, the minimum version of IE would be 10.
In theory - you write the code and then the 'slow' part is the data file, which others could help with.
Hmm.... I'm tempted to start a Brackets extension for this. It could even provide a report of why IE10 was required. ("Oh, I use a CSS transform - if I remove that I get more coverage...")
If I pick "Canvas", the minimum is IE9.
If I add JSON parsing, it drops to IE8.
But if I use IE8, canvas wont work!
That's not right is it? I'm using Chrome 23
Sorry, it's a great tool though! Do you think you'll keep adding to it?
http://skeater.co.uk/samples/mashup.png