Is there any HTML5 support in IE8? Is it on the IE8 roadmap?
|
|
|||||
|
|
|
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. |
||||
|
|
|
Also are supported HTML5 hashchange event and ononline, offline event |
||
|
|
|
|
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. |
||
|
|
|
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 read more about IE8 and HTML 5 support here: http://blogs.msdn.com/giorgio/archive/2009/11/29/ie8-and-html-5.aspx |
||
|
|
|
|
HTML5 is still in draft spec (and will be for a loooong time). Why bother? |
||
|
|
Modernizr is also a great option for giving IE HTML5 rendering capabilities. |
||
|
|
