Slashdot Mirror


W3C Says IE9 Is Currently the Most HTML5 Compatible Browser

GIL_Dude writes "The W3C posted results for their latest HTML5 compatibility tests and have found that, so far, IE 9 has the best overall results. 'The tests cover seven aspects of the spec: "attributes," "audio," "video," "canvas," "getElementsByClassName," "foreigncontent," and "xhtml5." The tests do not yet cover web workers, the file API, local storage, or other aspects of the spec. Not do they cover CSS or other standards that have nothing to do with HTML5 but are somehow lumped under HTML5 by the likes of Apple, Google, and Microsoft.'"

2 of 382 comments (clear)

  1. Re:Posting from IE8... by WrongSizeGlass · · Score: 5, Insightful

    Or doesn't work properly if you have JS disabled since they removed or disabled the old comment controls. In a similar vein, the W3C test results are presented via some javascript crud. Assuming that is that the visitor has it enabled.

    A lot of website functionality is built with JavaScript - that's just a fact of life. You don't have to enable it, but you really can't complain when websites don't cater to the small minority of users who either disable or block all scripts. We're trying to get sites not to support the dying number of IE6 users, and I'd be willing to bet the % of users not using JS is even lower than IE6 users. If all sites were simply written in HTML there would be a lot less 'web' out there.

  2. Re:Posting from IE8... by EvanED · · Score: 5, Insightful

    Nobody disables javascript because they want to, they disable it because javascript is the number one source of web browser vulnerabilities by at least an order of magnitude, probably two.

    No it isn't, not even close. Flash and Acrobat Reader are by far the biggest infection vectors; raw, browser-based JS is positively benign by comparison.

    Stuff like making it easier to do tracking cookies and be generally annoying are JS's biggest flaws.