htmlscrubber: Allow the placeholder attribute.
parent
73c8209484
commit
442bc59a15
|
@ -102,7 +102,7 @@ sub scrubber {
|
||||||
value vspace width
|
value vspace width
|
||||||
|
|
||||||
autoplay preload loopstart loopend end
|
autoplay preload loopstart loopend end
|
||||||
playcount controls pubdate
|
playcount controls pubdate placeholder
|
||||||
} ),
|
} ),
|
||||||
"/" => 1, # emit proper <hr /> XHTML
|
"/" => 1, # emit proper <hr /> XHTML
|
||||||
href => $safe_url_regexp,
|
href => $safe_url_regexp,
|
||||||
|
|
|
@ -10,6 +10,7 @@ ikiwiki (3.20100428) UNRELEASED; urgency=low
|
||||||
* htmlscrubber: Also allow html5 canvas tags.
|
* htmlscrubber: Also allow html5 canvas tags.
|
||||||
* htmlscrubber: Round out html5 video support with the preload
|
* htmlscrubber: Round out html5 video support with the preload
|
||||||
attribute and the source tag.
|
attribute and the source tag.
|
||||||
|
* htmlscrubber: Allow the placeholder attribute.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 27 Apr 2010 12:10:51 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 27 Apr 2010 12:10:51 -0400
|
||||||
|
|
||||||
|
|
|
@ -66,6 +66,8 @@ HTML5](http://www.w3.org/TR/html5-diff/).
|
||||||
> * Add pubdate attribute to time elements as appropriate.
|
> * Add pubdate attribute to time elements as appropriate.
|
||||||
> * Use aside for the sidebar? Or for the [[templates/note]] template?
|
> * Use aside for the sidebar? Or for the [[templates/note]] template?
|
||||||
> * Use nav for the actionbar
|
> * Use nav for the actionbar
|
||||||
|
> * Use placeholder in the search box. Allows closing
|
||||||
|
> [[this_todo|Add_label_to_search_form_input_field]]
|
||||||
> --[[Joey]]
|
> --[[Joey]]
|
||||||
|
|
||||||
# htmlscrubber.pm needs to not scrub new HTML5 elements
|
# htmlscrubber.pm needs to not scrub new HTML5 elements
|
||||||
|
|
Loading…
Reference in New Issue