Add link to html5shiv.
authorjason <jason@web>
Sun, 19 Sep 2010 20:23:13 +0000 (20:23 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 19 Sep 2010 20:23:13 +0000 (20:23 +0000)
doc/tips/html5.mdwn

index 945efc4bce7be8da75aff04d1deee8161df0aa54..8fbbb2ebba0c41a2c51ae396ff5a11262523998b 100644 (file)
@@ -15,7 +15,8 @@ No care is taken to add backwards compatability hacks for browsers that
 are not html5 aware (like MSIE). If you want to include the javascript with
 those hacks, you can edit `page.tmpl` to do so. 
 [Dive Into HTML5](http://diveintohtml5.org/) is a good reference for
 are not html5 aware (like MSIE). If you want to include the javascript with
 those hacks, you can edit `page.tmpl` to do so. 
 [Dive Into HTML5](http://diveintohtml5.org/) is a good reference for
-current compatability issues and workarounds with html5.
+current compatability issues and workarounds with html5.  And a remotely-loadable
+JS shiv for enabling HTML5 elements in IE is available through [html5shiv at Google Code](http://code.google.com/p/html5shiv/).
 
 ---
 
 
 ---