Is there any HTML5 support in IE8? Is it on the IE8 roadmap?
|
closed as too localized by Will♦ Jun 28 '11 at 14:09
This question is unlikely to 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. For help making this question more broadly applicable, see the FAQ.
|
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. |
|||||||
|
|
You can use this IE HTML5 shim script to gain a basic level of support for the new semantic elements in HTML5 such as |
|||||||||||||||
|
|
You can get HTML5 tags working in IE8 by including this JavaScript in the head.
|
|||||||||||||
|
|
Modernizr is also a great option for giving IE HTML5 rendering capabilities. |
|||||||||||||||
|
|
Also are supported HTML5 hashchange event and ononline, offline event |
|||
|
|
|
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 browserscope.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. |
||||
|
|
|
IE8's HTML5 support is limited, but Internet Explorer 9 has just been released and has strong support for the new emerging HTML5 technologies. |
|||
|
|
|
HTML5 is still in draft spec (and will be for a loooong time). Why bother? |
|||||||||||||||||
|
|
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. |
|||||
|
|
Check out the caniuse guide for all HTML 5 features across all browsers and versions, including future versions. |
|||
|
|
|
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 |
|||
|
|
|
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. |
|||
|
|
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.