vote up 3 vote down star

Does any HTML5 support in the IE8 betas? 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

4 Answers

vote up 14 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
2  
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 3 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
vote up 4 vote down

Also are supported HTML5 hashchange event and ononline, offline event

link|flag
vote up 1 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

Your Answer

Get an OpenID
or

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