]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/html5_support.mdwn
bug
[ikiwiki.git] / doc / bugs / html5_support.mdwn
index 0b15e64f6adbee4e81d16addb4b4adc72b8503cf..ba67d532b86cb957d86e20cbd73d7b9c8cdc64f9 100644 (file)
@@ -36,6 +36,9 @@ HTML5](http://www.w3.org/TR/html5-diff/).
 >  
 > * Use details tag instead of the javascript in the toggle plugin. 
 >   (Need to wait on browser support probably.)
+> * Use figure and figcaption for captions in img. However, I have not 
+>   managed to style it to look as good as the current table+caption
+>   approach.
 > 
 > --[[Joey]] 
 
@@ -106,3 +109,9 @@ As a workaround:
 ## tidy plugin
 
 Will reformat html5 to html4.
+
+----
+
+
+Ok, I consider this [[done]], at least as a first pass. Html5 mode
+is experimental, but complete enough. --[[Joey]]