vote up 4 vote down star

Is there any HTML5 support in IE8? Is it on the IE8 roadmap?

flag

68% accept rate
This is a reasonable question, but could you make the question less offensive sounding? – Robert Gould Nov 14 '08 at 4:23
HTML 5 is still a draft. That means anything can happen to it. Its development could even be halted like it happened with XHTML 2. – Gumbo Feb 2 at 21:41

7 Answers

vote up 16 vote down check

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 <canvas> or <video> support).

There are also bug fixes that align IE8 better with HTML5.

link|flag
6  
so the answer is that for all fits and purposes, IE8 does not support html5 - just some randome bits and pieces of it. Which makes using HTML5 (as in HTML markup, not scripting API's) moot. – Roland Tepp Sep 7 at 14:07
vote up 5 vote down

Also are supported HTML5 hashchange event and ononline, offline event

link|flag
vote up 4 vote down

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.

link|flag
Well, IE8 is out and we don't see "strong HTML5 support" and Microsoft is not known for upgrading like other more modern browsers do so any "strong support" will have to wait for IE9, yet Microsoft has not said much of anything about HTML5 for IE9 either. – Rob Dec 13 at 3:42
vote up 2 vote down

You can use this IE HTML5 shim script to gain a basic level of support for the new semantic elements in HTML5 such as <article>.

link|flag
Nice tip :) thanks – Roland Tepp Nov 19 at 10:31
vote up 1 vote down

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

link|flag
vote up 1 vote down

HTML5 is still in draft spec (and will be for a loooong time). Why bother?

link|flag
+1 The question is almost 15 months old and you’re the first who mentioned that HTML 5 is still a draft. – Gumbo Feb 2 at 21:43
Good point. Why bother? It is not like helping the web helps Microsoft. Hence, Silverlight and a not-so great browser. – tyndall Feb 3 at 0:48
vote up -1 vote down

Modernizr is also a great option for giving IE HTML5 rendering capabilities.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.