diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-07-11 15:51:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-07-11 15:51:44 -0400 |
commit | f3beb9cb44d2a22f5e7e71df7a9da7a0c54204b7 (patch) | |
tree | 4f7bdb9893b4df9b0b019bc73fe324b90be14147 /debian | |
parent | 1958cf8af2bae660b85285ba7ea1f96ac8b9d20d (diff) | |
download | ikiwiki-f3beb9cb44d2a22f5e7e71df7a9da7a0c54204b7.tar ikiwiki-f3beb9cb44d2a22f5e7e71df7a9da7a0c54204b7.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <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. |