aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 19:28:28 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 19:28:28 -0400
commit790a339db18f1c697052446728641c9e6ef06bdb (patch)
tree3bda7b884bf9a1795e1005a108cf7507c60835b6 /IkiWiki/Plugin/htmlscrubber.pm
parentf1e2d0af123352b692e8e4efdb208e370a00d3c1 (diff)
downloadikiwiki-790a339db18f1c697052446728641c9e6ef06bdb.tar
ikiwiki-790a339db18f1c697052446728641c9e6ef06bdb.tar.gz
htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary.
Diffstat (limited to 'IkiWiki/Plugin/htmlscrubber.pm')
-rw-r--r--IkiWiki/Plugin/htmlscrubber.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm
index d52614a4d..505a6f142 100644
--- a/IkiWiki/Plugin/htmlscrubber.pm
+++ b/IkiWiki/Plugin/htmlscrubber.pm
@@ -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
} ),
"/" => 1, # emit proper <hr /> XHTML
href => $safe_url_regexp,