Summary
html5doctor.com は HTML5で記述されているが、Internet Explorer 8で閲覧しても表示される。これは、 html5shiv を利用しているため。
Source
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Reference
html5shiv - Project Hosting on Google Codehttp://code.google.com/p/html5shiv/
HTML5 enabling script
http://remysharp.com/2009/01/07/html5-enabling-script/
Remy Sharp (rem) on Twitter
http://twitter.com/rem
HTML5 Doctor, helping you implement HTML5 today
http://html5doctor.com/
HTML5.JP
http://html5.jp/