summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 14:54:38 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 14:54:38 +0200
commit06b54358ed532074cc9f5eef0d5e657031977b82 (patch)
tree7ccad2d16a284f34779a6c291911f253c5e0caed
parentf08bd11f4202da9d842884f609930957926fcec0 (diff)
parent74df788ca45b1843e9a3f790b12d0c030e0e4d0e (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-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)