aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/html5_support.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 20:40:31 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 20:49:18 -0400
commita547d2685866898665fad221939b0b820a42a088 (patch)
tree755759b08dc571425e677d121a3fd0552c110b72 /doc/bugs/html5_support.mdwn
parentccafb10007731d04e0ff6aa36978690e6dfa6dec (diff)
downloadikiwiki-a547d2685866898665fad221939b0b820a42a088.tar
ikiwiki-a547d2685866898665fad221939b0b820a42a088.tar.gz
html5 option
* Ikiwiki can be configured to generate html5 instead of the default xhtml 1.0. The html5 output mode is experimental, not yet fully standards compliant, and will be subject to rapid change.
Diffstat (limited to 'doc/bugs/html5_support.mdwn')
-rw-r--r--doc/bugs/html5_support.mdwn12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn
index 2d27ac803..bf782a3bf 100644
--- a/doc/bugs/html5_support.mdwn
+++ b/doc/bugs/html5_support.mdwn
@@ -20,13 +20,14 @@ HTML5](http://www.w3.org/TR/html5-diff/).
> What has been done so far, can be extended. Basically works
> in browsers, if you don't care about standards. A good prerequisite
> for anything else, anyway.
-> 2. Switch to html5 in eg, ikiwiki 4; users have to deal with
+> 2. Have both a html5 and a xhtml mode, allow user to select.
+> 3. Switch to html5 in eg, ikiwiki 4; users have to deal with
> any custom markup on their pages/templates that breaks then.
-> 3. Have both a html5 and a xhtml mode, allow user to select.
->
-> The third option seems fairly tractable from what I see here and in
+>
+> The second option seems fairly tractable from what I see here and in
> your branch. You made only relatively minor changes to 10 templates.
-> It would probably not be too dreadful to put them in ifdefs.
+> It would probably not be too dreadful to put them in ifdefs. I've made a
+> small start at doing that.
>
> Some of your changes are obvious, like using the new `time` and
> and `article` elements. Others less so, and I'm particularly
@@ -70,6 +71,7 @@ HTML5](http://www.w3.org/TR/html5-diff/).
> [[this_todo|Add_label_to_search_form_input_field]]
> * Use details tag instead of the javascript in the toggle plugin.
> (Need to wait on browser support probably.)
+>
> --[[Joey]]
# htmlscrubber.pm needs to not scrub new HTML5 elements