diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-19 20:15:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-19 20:15:38 -0400 |
commit | 012300404e86578e24ab3f07ded9f1ba89c39b2a (patch) | |
tree | eb24531fc11af67b58343daf4b68cb5fa66130fa /doc/tips/html5.mdwn | |
parent | 8063b960ade41a089d859b655ff26fb61fb18d3f (diff) | |
parent | 2745dfee60fa890ed0ecb8f53528e8a8a0803066 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/tips/html5.mdwn')
-rw-r--r-- | doc/tips/html5.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/html5.mdwn b/doc/tips/html5.mdwn index 945efc4bc..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/). --- |