Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只要 html5 验证可以使用 w3
然后html5可以发布并且没问题。还是有一些我应该看的清单?
如果您只是在谈论让 HTML5 元素工作,您将需要添加 HTML5shiv 以便在所有浏览器中识别这些元素。
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->