diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-02 18:55:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-02 18:55:21 -0400 |
commit | bb70c15c598d1d35711369aa85cb39074beb64aa (patch) | |
tree | d12cccc3017c35f4f3cd0a78b14acf82200161ff /doc/bugs | |
parent | 02a99875ff957f7acab6a1c6a14334a84f0ee9ea (diff) |
on img and figure
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/html5_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn index 3d1689301..ba67d532b 100644 --- a/doc/bugs/html5_support.mdwn +++ b/doc/bugs/html5_support.mdwn @@ -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]] |