htmlscrubber: Allow the placeholder attribute.
authorJoey Hess <joey@kitenet.net>
Sat, 1 May 2010 22:14:50 +0000 (18:14 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 1 May 2010 22:14:50 +0000 (18:14 -0400)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog
doc/bugs/html5_support.mdwn

index cc00fd5ffa1f9414b605eb8129f7588d5034d4e1..b3f659f73d1c705e32912a5e346d32074a29b875 100644 (file)
@@ -102,7 +102,7 @@ sub scrubber {
                                value vspace width
 
                                autoplay preload loopstart loopend end
-                               playcount controls pubdate
+                               playcount controls pubdate placeholder
                        } ),
                        "/" => 1, # emit proper <hr /> XHTML
                        href => $safe_url_regexp,
index 9613d8b6d51b2ff542392b326887abac12f2c6c4..951caab9ee6c255da274f880cf8444c4e57a23e5 100644 (file)
@@ -10,6 +10,7 @@ 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.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 27 Apr 2010 12:10:51 -0400
 
index c05208fbfff0309e21df6da4e75fb8605cfd98d5..9c077a2d396189b3c8af05dc6fc96fa77bb22b03 100644 (file)
@@ -66,6 +66,8 @@ HTML5](http://www.w3.org/TR/html5-diff/).
 > * Add pubdate attribute to time elements as appropriate.
 > * Use aside for the sidebar? Or for the [[templates/note]] template?
 > * Use nav for the actionbar
+> * Use placeholder in the search box. Allows closing
+>   [[this_todo|Add_label_to_search_form_input_field]]
 > --[[Joey]] 
 
 # htmlscrubber.pm needs to not scrub new HTML5 elements