mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement HTMLMediaElement muted and defaultMuted attributes
This commit is contained in:
parent
4a6b911908
commit
02d3328d3c
5 changed files with 44 additions and 109 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue