HTML 5 参考实现
我正在寻找一篇关于 HTML 5 到底是什么或不是什么的好文章或描述。 在去年的 Google I/O 大会上,我不断听说 Google Gears 可以被视为 HTML 5 的参考实现。此后不久,雅虎的 BrowserPlus 插件也推出了类似的功能。 我认为 Firefox 有一些离线支持? 再说一次,这些插件/浏览器是否被认为是 HTML 5 实现,以及 HTML 5 到底涵盖了什么(离线支持?、本地数据存储?、更好的线程处理?)...
I'm looking for a good article or description of what HTML 5 actually is or isn't. At Google I/O last year, I kept hearing that Google Gears can be thought of as a reference implementation of HTML 5. Shortly thereafter Yahoo's BrowserPlus plugin came out with similar functionality. And Firefox has some offline support, I think? So again, are these plugins/browsers considered to be HTML 5 implementations, and exactly what does HTML 5 cover (offline support?, local datastore?, better thread handling?)...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不存在 HTML5 参考实现之类的东西。
http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers 包含有关 Web 浏览器已实现的功能的信息到目前为止,关于 HTML5。
至于HTML5是什么。 它既是一种文档语言,又是一种应用程序语言,定义了应用程序可以使用的各种 API,包括存储和离线功能。 有关详细信息,最简单的方法可能是浏览规范:http://www.whatwg.org/html5
“线程”是一个单独规范的一部分,基本上由同一组人完成,称为 Web Workers:http:// /www.whatwg.org/ww
(免责声明:我是 WHATWG 成员和 W3C HTML WG 成员。)
There is no such thing as an HTML5 reference implementation.
http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers has information on what Web browsers have implemented so far regarding HTML5.
As for what HTML5 is. It is both a document and application language, defining various APIs applications can use, including storage and offline capabilities. For detailed information it is probably easiest to browse through the specification: http://www.whatwg.org/html5
"Threads" is part of a separate specification, done by basically the same group of people, named Web Workers: http://www.whatwg.org/ww
(Disclaimer: I'm a WHATWG Member and W3C HTML WG Member.)