diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 19:11:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 19:11:03 -0400 |
commit | f1e2d0af123352b692e8e4efdb208e370a00d3c1 (patch) | |
tree | adc2de707330da7d0d51bea81f1b974acfea9030 /doc/bugs | |
parent | 78cee5140ac37f93cd2e87d8a03d71420303eb13 (diff) |
more html5 attributes
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/html5_support.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn index 7d9dc9f79..1ca45f46d 100644 --- a/doc/bugs/html5_support.mdwn +++ b/doc/bugs/html5_support.mdwn @@ -81,7 +81,10 @@ HTML5](http://www.w3.org/TR/html5-diff/). > I have not added the new `ping` attribute, because parsing a > space-separeated list of urls to avoid javascript injection is annoying, -> and the attribute seems generally dubious. --[[Joey]] +> and the attribute seems generally dubious. +> +> Need to understand better the attributes contenteditabl, contextmenu, +> data-*, draggable, hidden, role, aria-*. Have not added those. --[[Joey]] # HTML5 Validation and t/html.t |