]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/html5.mdwn
don't install discussion pages for example sites
[git.ikiwiki.info.git] / doc / tips / html5.mdwn
index 8fbbb2ebba0c41a2c51ae396ff5a11262523998b..0847872075951d7466f74761b2ff78b70a2590b3 100644 (file)
@@ -1,6 +1,6 @@
 First, if you just want to embed videos using the html5 `<video>` tag,
 you can do that without switching anything else to html5.
 First, if you just want to embed videos using the html5 `<video>` tag,
 you can do that without switching anything else to html5.
-However, if you want to fully enter the brave new world of html5, read on..
+However, if you want to fully enter the brave new world of html5, read on.
 
 Currently, ikiwiki does not use html5 by default. There is a `html5`
 setting that can be turned on, in your setup file. Rebuild with it set, and
 
 Currently, ikiwiki does not use html5 by default. There is a `html5`
 setting that can be turned on, in your setup file. Rebuild with it set, and
@@ -11,7 +11,7 @@ are the same, some of the `div` elements are changed to other things.
 Ikiwiki's default CSS will work in both modes.
 
 The html5 support is still experimental, and may break in some browsers.
 Ikiwiki's default CSS will work in both modes.
 
 The html5 support is still experimental, and may break in some browsers.
-No care is taken to add backwards compatability hacks for browsers that
+No care is taken to add backwards compatibility 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