Re: Just more marketing drivel from MSFT
Yes, IE 11 is very standards-compliant. Unfortunately being standards-compliant can be scuppered by idiots who write stuff like this:
div.i-am-a-css-god {
-webkit-super-css3-attribute: wow;
-moz-super-css3-attribute: wow;
}
There are lots of stylesheets around that don't have the non-prefixed CSS attributes in them, and the very worst offenders only have the "webkit" prefixes, especially on mobile sites.
These days, the people who bitch about IE are the ones who haven't used it since IE8, if they ever did at all. "Internet Explorer is crap" is a shibboleth - it lets know-nothings appear knowledgeable to other know-nothings, but it's not true today. (Compare with the 1990s version: "Macs are toys")
Don't get me wrong: before IE9, IE was a basket-case, and was a royal pain in the hole. However, now it's no more or less trouble than Chrome or Safari... once you write to the actual standard, not the vendor-specific extensions...