mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Expose HTMLMediaElement.controls
This commit is contained in:
parent
eccf738b09
commit
f16cf2d6a4
2 changed files with 6 additions and 1 deletions
|
@ -53,7 +53,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
void pause();
|
||||
|
||||
// controls
|
||||
// [CEReactions] attribute boolean controls;
|
||||
[CEReactions] attribute boolean controls;
|
||||
[Throws] attribute double volume;
|
||||
attribute boolean muted;
|
||||
[CEReactions] attribute boolean defaultMuted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue