Implement HTMLMediaElement muted and defaultMuted attributes

This commit is contained in:
Steve Sweetney 2019-02-01 14:24:30 -05:00
parent 4a6b911908
commit 02d3328d3c
5 changed files with 44 additions and 109 deletions

View file

@ -55,8 +55,8 @@ interface HTMLMediaElement : HTMLElement {
// controls
// [CEReactions] attribute boolean controls;
[Throws] attribute double volume;
// attribute boolean muted;
// [CEReactions] attribute boolean defaultMuted;
attribute boolean muted;
[CEReactions] attribute boolean defaultMuted;
// tracks
// readonly attribute AudioTrackList audioTracks;