Is there any HTML5 support in IE8? Is it on the IE8 roadmap?
feedback
|
closed as too localized by Will♦ Jun 28 '11 at 14:09
This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ.
protected by Community♦ May 18 '11 at 10:21
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
IE8 beta 2 supports two APIs from HTML5: cross-document messaging and non-SQL storage. IE8 beta 2 doesn’t implement the HTML5 parsing algorithm or the new elements (no There are also bug fixes that align IE8 better with HTML5. | |||||
feedback
|
|
You can use this IE HTML5 shim script to gain a basic level of support for the new semantic elements in HTML5 such as | |||||||||||
feedback
|
|
You can get HTML5 tags working in IE8 by including this JavaScript in the head.
| |||||||||
feedback
|
|
Also are supported HTML5 hashchange event and ononline, offline event | |||
|
feedback
|
|
Modernizr is also a great option for giving IE HTML5 rendering capabilities. | |||||||||||
feedback
|
|
IE8's HTML5 support is limited, but Internet Explorer 9 has just been released and has strong support for the new emerging HTML5 technologies. | |||
|
feedback
|
|
HTML5 is still in draft spec (and will be for a loooong time). Why bother? | |||||||||
feedback
|
|
Does it support
Yes it does. Perhaps a better question is what modern web features IE8 supports. Some of the best places to answer that are caniuse.com, html5test.com, and broswerscope.org. HTML5 means a lot of different things to different people. These days, it means HTML, CSS, and JavaScript functionality. The term is becoming a bit "Web 2.0"-like. | |||
|
feedback
|
|
According to http://msdn.microsoft.com/en-us/library/cc288472(VS.85).aspx#html, IE8 will have "strong" HTML 5 support. I haven't seen anything discussing exactly what "strong support" entails, but I can say that yes, some HTML5 stuff is going to make it into IE8. | |||||
feedback
|
|
You can read more about IE8 and HTML 5 support here: http://blogs.msdn.com/giorgio/archive/2009/11/29/ie8-and-html-5.aspx | |||
|
feedback
|
|
Some of the other answers here are about adding HTML5 capabilities to IE8 and other browsers. These are called Polyfills and my favourite place for finding those is here. | |||
|
feedback
|
|
Check out the caniuse guide for all HTML 5 features across all browsers and versions, including future versions. | |||
|
feedback
|