htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step.

master
Joey Hess 2010-05-01 18:27:53 -04:00
parent 442bc59a15
commit 0a139aba82
3 changed files with 6 additions and 4 deletions

View File

@ -101,8 +101,9 @@ sub scrubber {
tabindex target title type valign
value vspace width
autoplay preload loopstart loopend end
playcount controls pubdate placeholder
autofocus autoplay preload loopstart
loopend end playcount controls pubdate
placeholder min max step
} ),
"/" => 1, # emit proper <hr /> XHTML
href => $safe_url_regexp,

3
debian/changelog vendored
View File

@ -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

View File

@ -51,4 +51,4 @@ The patch below adds a label for the field to improve usability:
> element. already works in eg, chromium. However, ikiwiki does not use
> html5 yet. --[[Joey]]
[[!tag wishlist html5]]
[[!tag wishlist bugs/html5_support]]