]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
htmlscrubber: Add support for the video tag's loop and muted attributes.
authorJoey Hess <joeyh@joeyh.name>
Tue, 11 Jul 2017 19:51:44 +0000 (15:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 11 Jul 2017 19:51:44 +0000 (15:51 -0400)
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
debian/changelog

index 36c012c73cdc17743231e79a24f3806151d58d20..120954d83c05525a3eef544c30ae57a2e9dbd59f 100644 (file)
@@ -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
index ef1ff1f4095a2eab81876b65367827a38b26e421..97ab8b75fdd681ea283169b51a8da4e55fc5749c 100644 (file)
@@ -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 <id@joeyh.name>  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.