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.
w3を使用してhtml5の検証がOKである限り
その後、html5 を公開して問題ありません。または、私が見なければならないある種のチェックリストがありますか?
HTML5 要素を機能させることについて話しているだけなら、要素がすべてのブラウザーで認識されるように HTML5shiv を追加する必要があります。
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->