]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/htmlscrubber.pm
patch hidden field setting code
[ikiwiki.git] / IkiWiki / Plugin / htmlscrubber.pm
index d52614a4db7853b7b1228d8f4f31b918db97a955..8475181780db55cfd1b0e0846f277e44fa87e156 100644 (file)
@@ -85,7 +85,7 @@ sub scrubber {
 
                        video audio source section nav article aside hgroup
                        header footer figure figcaption time mark canvas
-                       datalist
+                       datalist progress meter ruby rt rp details summary
                }],
                default => [undef, { (
                        map { $_ => 1 } qw{
@@ -104,10 +104,10 @@ sub scrubber {
 
                                autofocus autoplay preload loopstart
                                loopend end playcount controls pubdate
-                               placeholder min max step form required
-                               autocomplete novalidate pattern list
-                               formenctype formmethod formnovalidate
-                               formtarget reversed
+                               placeholder min max step low high optimum
+                               form required autocomplete novalidate pattern
+                               list formenctype formmethod formnovalidate
+                               formtarget reversed spellcheck open hidden
                        } ),
                        "/" => 1, # emit proper <hr /> XHTML
                        href => $safe_url_regexp,