HTML5 は IE9 で動作するはずではありませんか? 私にとって期待どおりに機能していません。
ここに私のHTML5コードがあります:
<!DOCTYPE html>
<html>
<head><title>
Dripel - Welcome
</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>Welcome to Dripel</header>
<section id="main">
I am under development. Please check back later.
</section>
<footer>
</footer>
</body>
</html>
http://www.dripel.com/で表示できます。
IE 9 では、要素<header>
と<section>
要素がインラインで表示されています。現時点では CSS を使用していないことに注意してください。
何が起こっているのか分かりますか?