Expose HTMLMediaElement.controls

This commit is contained in:
Fernando Jiménez Moreno 2019-05-10 20:01:22 +02:00
parent eccf738b09
commit f16cf2d6a4
2 changed files with 6 additions and 1 deletions

View file

@ -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;