From f3beb9cb44d2a22f5e7e71df7a9da7a0c54204b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Jul 2017 15:51:44 -0400 Subject: htmlscrubber: Add support for the video tag's loop and muted attributes. Those were not in the original html5 spec, but have been added in the whatwg html living standard and have wide browser support. This commit was sponsored by John Peloquin on Patreon. --- IkiWiki/Plugin/htmlscrubber.pm | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 36c012c73..120954d83 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -102,9 +102,9 @@ sub scrubber { selected shape size span start summary tabindex target title type valign value vspace width - autofocus autoplay preload loopstart loopend end playcount controls pubdate + loop muted placeholder min max step low high optimum form required autocomplete novalidate pattern list formenctype formmethod formnovalidate diff --git a/debian/changelog b/debian/changelog index ef1ff1f40..97ab8b75f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (3.20170623) UNRELEASED; urgency=medium + + * htmlscrubber: Add support for the video tag's loop and muted + attributes. Those were not in the original html5 spec, but have been + added in the whatwg html living standard and have wide browser support. + + -- Joey Hess Tue, 11 Jul 2017 15:48:39 -0400 + ikiwiki (3.20170622) unstable; urgency=medium * t/git-cgi.t: Wait 1 second before doing a revert that should work. -- cgit v1.2.3