哪个浏览器目前对HTML 5有最好的支持?

时间:2022-03-21 17:10:12

Where can I test HTML 5 functionality today - is there any test build of any rendering engines which would allow testing, or is it to early? I'm aware that much of the spec hasn't been finalised, but some has, and it would be good to try it out!

我今天在哪里可以测试HTML 5的功能 - 是否有任何可以进行测试的渲染引擎的测试版本,或者是否可以提前测试?我知道很多规范还没有最终确定,但有些规格已经完成了,尝试一下就好了!

8 个解决方案

#1


14  

Ones that are built using a recent webkit build, and Presto.

使用最近的webkit构建和Presto构建的。

Safari 3.1 for webkit
Opera for Presto.

适用于Presto的webkit Opera的Safari 3.1。

I'm pretty sure firefox will start supporting html5 partially in 3.1

我很确定firefox会在3.1中部分支持html5

All support is extremely partial. Check here for information on what is supported.

所有支持都非常偏袒。请在此处查看有关支持的信息。

#2


15  

To test your browser, go to http://html5test.com/. The code is being maintained at: github dot com slash NielsLeenheer slash html5test.

要测试您的浏览器,请访问http://html5test.com/。代码维护在:github dot com slash NielsLeenheer slash html5test。

#3


9  

http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers has information maintained by the WHATWG community (and everyone who drops by and edits it).

http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers有WHATWG社区维护的信息(以及所有访问和编辑它的人)。

Disclaimer: I'm a member of that community.

免责声明:我是该社区的成员。

#4


4  

Major browsers are providing increased support now.

主流浏览器现在提供更多支持。

http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html

http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html

#5


1  

Seems that new browsers support most of the tags: <header>, <section> etc. For older browsers (IE, Fx2, Camino etc) then you can use this to allow styling of these tags:

似乎新浏览器支持大多数标签:

等。对于旧版浏览器(IE,Fx2,Camino等),您可以使用它来设置这些标签的样式:

document.createElement('header');

Would make these older browsers allow CSS styling of a header tag, instead of just ignoring it.

是否会使这些旧版浏览器允许标头标签的CSS样式,而不是忽略它。

This means that you can now use the new tags without any loss of functionality, which is a good start!

这意味着您现在可以使用新标签而不会丢失任何功能,这是一个良好的开端!

#6


0  

Opera also has some support.

Opera也有一些支持。

Generally however, it is too early to test out. You'll probably have to wait a year or 2 before any browser will have enough realistic support to test against.

但一般来说,测试还为时过早。在任何浏览器都有足够的现实支持进行测试之前,您可能需要等待一年或两年。

EDIT Wikipedia has a good article on how much of HTML 5 various layout engines have implemented. It includes specific aspects of HTML 5.

编辑*有一篇很好的文章,关于HTML 5各种布局引擎实现了多少。它包括HTML 5的特定方面。

#7


0  

i think right now is Firefox 3.6.2, but when internet explorer 9 launched, it will support HTML5

我认为现在是Firefox 3.6.2,但是当推出Internet Explorer 9时,它将支持HTML5

#8


0  

This page is a neat summary, but is not entirely accurate:

此页面是一个简洁的摘要,但并不完全准确:

http://findmebyip.com/litmus#target-selector

http://findmebyip.com/litmus#target-selector

#1


14  

Ones that are built using a recent webkit build, and Presto.

使用最近的webkit构建和Presto构建的。

Safari 3.1 for webkit
Opera for Presto.

适用于Presto的webkit Opera的Safari 3.1。

I'm pretty sure firefox will start supporting html5 partially in 3.1

我很确定firefox会在3.1中部分支持html5

All support is extremely partial. Check here for information on what is supported.

所有支持都非常偏袒。请在此处查看有关支持的信息。

#2


15  

To test your browser, go to http://html5test.com/. The code is being maintained at: github dot com slash NielsLeenheer slash html5test.

要测试您的浏览器,请访问http://html5test.com/。代码维护在:github dot com slash NielsLeenheer slash html5test。

#3


9  

http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers has information maintained by the WHATWG community (and everyone who drops by and edits it).

http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers有WHATWG社区维护的信息(以及所有访问和编辑它的人)。

Disclaimer: I'm a member of that community.

免责声明:我是该社区的成员。

#4


4  

Major browsers are providing increased support now.

主流浏览器现在提供更多支持。

http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html

http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html

#5


1  

Seems that new browsers support most of the tags: <header>, <section> etc. For older browsers (IE, Fx2, Camino etc) then you can use this to allow styling of these tags:

似乎新浏览器支持大多数标签:

等。对于旧版浏览器(IE,Fx2,Camino等),您可以使用它来设置这些标签的样式:

document.createElement('header');

Would make these older browsers allow CSS styling of a header tag, instead of just ignoring it.

是否会使这些旧版浏览器允许标头标签的CSS样式,而不是忽略它。

This means that you can now use the new tags without any loss of functionality, which is a good start!

这意味着您现在可以使用新标签而不会丢失任何功能,这是一个良好的开端!

#6


0  

Opera also has some support.

Opera也有一些支持。

Generally however, it is too early to test out. You'll probably have to wait a year or 2 before any browser will have enough realistic support to test against.

但一般来说,测试还为时过早。在任何浏览器都有足够的现实支持进行测试之前,您可能需要等待一年或两年。

EDIT Wikipedia has a good article on how much of HTML 5 various layout engines have implemented. It includes specific aspects of HTML 5.

编辑*有一篇很好的文章,关于HTML 5各种布局引擎实现了多少。它包括HTML 5的特定方面。

#7


0  

i think right now is Firefox 3.6.2, but when internet explorer 9 launched, it will support HTML5

我认为现在是Firefox 3.6.2,但是当推出Internet Explorer 9时,它将支持HTML5

#8


0  

This page is a neat summary, but is not entirely accurate:

此页面是一个简洁的摘要,但并不完全准确:

http://findmebyip.com/litmus#target-selector

http://findmebyip.com/litmus#target-selector