mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implementing volume attribute into HTMLMediaElement
This commit is contained in:
parent
1046ae58a1
commit
ad3ec61d2f
10 changed files with 60 additions and 29 deletions
|
@ -54,7 +54,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
|
||||
// controls
|
||||
// [CEReactions] attribute boolean controls;
|
||||
// attribute double volume;
|
||||
[Throws] attribute double volume;
|
||||
// attribute boolean muted;
|
||||
// [CEReactions] attribute boolean defaultMuted;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue