Does Internet Explorer 8 support HTML 5?

前端 未结 13 2520
不知归路
不知归路 2020-11-28 03:44

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

相关标签:
13条回答
  • 2020-11-28 03:53

    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.

    0 讨论(0)
  • 2020-11-28 03:57

    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.

    0 讨论(0)
  • 2020-11-28 04:03

    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.

    0 讨论(0)
  • 2020-11-28 04:04

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

    0 讨论(0)
  • 2020-11-28 04:05

    Does it support

    <!DOCTYPE html>
    

    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.

    0 讨论(0)
  • 2020-11-28 04:06

    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>.

    0 讨论(0)
提交回复
热议问题