diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 18:27:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 18:27:53 -0400 |
commit | 0a139aba823ece3166d29ff2daee0b5c9507b52f (patch) | |
tree | 729f585e795ff4c01bd3becadfb9c3ec093fce2d /debian/changelog | |
parent | 442bc59a15301941613d62f4b1d846c57557ca8f (diff) | |
download | ikiwiki-0a139aba823ece3166d29ff2daee0b5c9507b52f.tar ikiwiki-0a139aba823ece3166d29ff2daee0b5c9507b52f.tar.gz |
htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 951caab9e..12ef08a91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,8 @@ ikiwiki (3.20100428) UNRELEASED; urgency=low * htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. - * htmlscrubber: Allow the placeholder attribute. + * htmlscrubber: Allow the html5 form attributes: placeholder autofocus, + min, max, step. -- Joey Hess <joeyh@debian.org> Tue, 27 Apr 2010 12:10:51 -0400 |