X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/34076e398cb7662e3bf0659d591faa4208679882..4a2846f2c9b7d3732968bc114bdb8e8dc5ad110b:/doc/tips/html5.mdwn?ds=sidebyside

diff --git a/doc/tips/html5.mdwn b/doc/tips/html5.mdwn
index 9321aa401..8fbbb2ebb 100644
--- a/doc/tips/html5.mdwn
+++ b/doc/tips/html5.mdwn
@@ -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
-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/).
 
 ---
 
@@ -23,3 +24,4 @@ Known ikiwiki-specific issues:
 
 * [[plugins/htmltidy]] uses `tidy`, which is not html5 aware, so if you
   have that enabled, it will mangle it back to html4.
+* [[plugins/toc]] does not understand the html5 outline algorithm.