mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes
This commit is contained in:
parent
d3b8d88598
commit
b9e4dc2cb7
7 changed files with 101 additions and 0 deletions
|
@ -52,6 +52,9 @@ interface HTMLMediaElement : HTMLElement {
|
|||
|
||||
// controls
|
||||
[Reflect, CEReactions] attribute boolean controls;
|
||||
attribute double volume;
|
||||
attribute boolean muted;
|
||||
[Reflect=muted, CEReactions] attribute boolean defaultMuted;
|
||||
|
||||
// tracks
|
||||
[SameObject] readonly attribute AudioTrackList audioTracks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue