summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/html5_support.mdwn9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn
index 09ded91da..e15f4341d 100644
--- a/doc/bugs/html5_support.mdwn
+++ b/doc/bugs/html5_support.mdwn
@@ -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)