summaryrefslogtreecommitdiff
path: root/doc/bugs/html5_support.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 18:44:37 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 18:44:37 -0400
commit78cee5140ac37f93cd2e87d8a03d71420303eb13 (patch)
tree0e355af9cb94514990a1cfbf52feebcf87ef314e /doc/bugs/html5_support.mdwn
parent80f9a2a0879f74e86b2720ca7d1c88ee165100ea (diff)
add rest of html5 form attributes
It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not..
Diffstat (limited to 'doc/bugs/html5_support.mdwn')
-rw-r--r--doc/bugs/html5_support.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn
index 9c077a2d3..7d9dc9f79 100644
--- a/doc/bugs/html5_support.mdwn
+++ b/doc/bugs/html5_support.mdwn
@@ -79,6 +79,10 @@ HTML5](http://www.w3.org/TR/html5-diff/).
> can contain urls or other javascript injection mechanisms), and I can add
> them. (Added several now.) Others, like `embed` are *scary*. --[[Joey]]
+> 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]]
+
# HTML5 Validation and t/html.t
[validator.nu](http://validator.nu/) is the authorative HTML5 validator,