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.
master
Joey Hess 2017-07-11 15:51:44 -04:00
parent 1958cf8af2
commit f3beb9cb44
No known key found for this signature in database
GPG Key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 1 deletions

View 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

8
debian/changelog vendored
View 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.