]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/html5_support.mdwn
close
[ikiwiki.git] / doc / bugs / html5_support.mdwn
index 09ded91da56c00cad891cfa14f2c12719538c478..23947427588dc9a325708c5cd72b8ca5f9d48736 100644 (file)
@@ -3,8 +3,15 @@ Some elements of
 safely supported by ikiwiki. There are [several differences between HTML4 and
 HTML5](http://www.w3.org/TR/html5-diff/).
 
+[[!template id=gitbranch branch=hendry/html5 author="[[Kai_Hendry|hendry]]"]]
+
 * [HTML5 branch](http://git.webconverger.org/?p=ikiwiki;h=refs/heads/html5)
 * [ikiwiki instance with HTML5 templates](http://natalian.org)
+* [HTML5 outliner tool](http://gsnedders.html5.org/outliner/) -- to check you have the structure of your markup correct
+
+# htmlscrubber.pm needs to not scrub new HTML5 elements
+
+* [new elements](http://www.w3.org/TR/html5-diff/#new-elements)
 
 # HTML5 Validation and t/html.t
 
@@ -28,11 +35,7 @@ This element is poorly supported by browsers. As a workaround, `style.css` needs
                display: block;
        }
 
-Internet Explorer will display it as a block, though you can't seem to be further control the style.
-
-# Validator complains with no h1-h6 in header
-
-* [#509](http://bugzilla.validator.nu/show_bug.cgi?id=509)
+Internet Explorer will display it as a block, though you can't seem to be able to further control the style.
 
 ## Time element