]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/html5_support.mdwn
typos
[ikiwiki.git] / doc / bugs / html5_support.mdwn
index 09ded91da56c00cad891cfa14f2c12719538c478..e15f4341dc0364f024ab3b7c37d2571c269b2a78 100644 (file)
@@ -5,6 +5,11 @@ HTML5](http://www.w3.org/TR/html5-diff/).
 
 * [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,9 +33,9 @@ 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.
+Internet Explorer will display it as a block, though you can't seem to be able to further control the style.
 
-# Validator complains with no h1-h6 in header
+# Validator complains about no h1-h6 in header
 
 * [#509](http://bugzilla.validator.nu/show_bug.cgi?id=509)