summaryrefslogtreecommitdiff
path: root/debian
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 /debian
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 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 108764c39..cdc79ae78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ ikiwiki (3.20100428) UNRELEASED; urgency=low
* htmlscrubber: Round out html5 video support with the preload
attribute and the source tag.
* htmlscrubber: Allow the html5 form attributes: placeholder autofocus,
- min, max, step.
+ min, max, step, required, autocomplete, novalidate, pattern, and form.
-- Joey Hess <joeyh@debian.org> Tue, 27 Apr 2010 12:10:51 -0400