aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/html5.mdwn
diff options
context:
space:
mode:
authorjason <jason@web>2010-09-19 20:23:13 +0000
committerJoey Hess <joey@kitenet.net>2010-09-19 20:23:13 +0000
commit2745dfee60fa890ed0ecb8f53528e8a8a0803066 (patch)
tree6313406c751e588522ed9371846e2e6c51fb12d2 /doc/tips/html5.mdwn
parent8c8856601f76c16b2be51b16c095a276f9c9a9b5 (diff)
downloadikiwiki-2745dfee60fa890ed0ecb8f53528e8a8a0803066.tar
ikiwiki-2745dfee60fa890ed0ecb8f53528e8a8a0803066.tar.gz
Add link to html5shiv.
Diffstat (limited to 'doc/tips/html5.mdwn')
-rw-r--r--doc/tips/html5.mdwn3
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/).
---