mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Expose HTMLMediaElement.controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user