Comments for Inadmissible Arguments
@Aliaksandr: It's somewhat the opposite, actually - it's like forward compatibility for old browsers. If you're using IE6, the only way to get nifty new APIs and HTML5/CSS3 features is to "fill" in the missing pieces with Javascripts that serve the same purpose. Remy Sharp put it well: http://remysharp.com/2010/10/08/what-is-a-polyfill/
But the fact that native platforms aren't as all-up-in-your-business as plugins is an interesting thought. It might help create a blind spot in the competitive assessments of those of us who work on the web platform, encouraging us to take the "fallback system" view of the web and accept mediocrity too willingly.
Regarding serving conditionally optimized JS or CSS, there is a business being built around this by companies like Strangeloop, Akamai and many others. Google site performance and most companies offering measurement tools also offer optimization.
I am all for including common functionality into the browser platform, native rather than plugins being optimal. Asking users to download a plugin? May as well go back to Flash then. Chrome frame is an exception which seems to be the best solution for Polyfill type forward compatibility. If MS would offer their own version of this with integration into security settings we could get corporate America into the modern age and allow for an evergreen experience there as well.
Thanks for your efforts. Keep fighting.