]> sipb.mit.edu Git - ikiwiki.git/commitdiff
htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step.
authorJoey Hess <joey@kitenet.net>
Sat, 1 May 2010 22:27:53 +0000 (18:27 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 1 May 2010 22:27:53 +0000 (18:27 -0400)
IkiWiki/Plugin/htmlscrubber.pm
debian/changelog
doc/todo/Add_label_to_search_form_input_field.mdwn

index b3f659f73d1c705e32912a5e346d32074a29b875..479e10e7445a34cff1249f663e1a56eaf8e6af8c 100644 (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,
index 951caab9ee6c255da274f880cf8444c4e57a23e5..12ef08a911117a91b98a9482d8d1819752098157 100644 (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
 
index 51b34927d864f52a09a275c86e517f67a5e0f1c9..281ab48e26167ff316b19a8696230d896c5e0bd8 100644 (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]]