diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLVideoElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLVideoElement.webidl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/components/script/dom/webidls/HTMLVideoElement.webidl b/components/script/dom/webidls/HTMLVideoElement.webidl index 835000c98c5..bfd1be006ea 100644 --- a/components/script/dom/webidls/HTMLVideoElement.webidl +++ b/components/script/dom/webidls/HTMLVideoElement.webidl @@ -5,9 +5,12 @@ // https://html.spec.whatwg.org/multipage/#htmlvideoelement [HTMLConstructor] interface HTMLVideoElement : HTMLMediaElement { - // attribute unsigned long width; - // attribute unsigned long height; - //readonly attribute unsigned long videoWidth; - //readonly attribute unsigned long videoHeight; - // attribute DOMString poster; + // [CEReactions] + // attribute unsigned long width; + // [CEReactions] + // attribute unsigned long height; + // readonly attribute unsigned long videoWidth; + // readonly attribute unsigned long videoHeight; + // [CEReactions] + // attribute DOMString poster; }; |