diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLObjectElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLObjectElement.webidl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLObjectElement.webidl b/components/script/dom/webidls/HTMLObjectElement.webidl index dc730a33f11..e7b5035cb06 100644 --- a/components/script/dom/webidls/HTMLObjectElement.webidl +++ b/components/script/dom/webidls/HTMLObjectElement.webidl @@ -5,13 +5,20 @@ // https://html.spec.whatwg.org/multipage/#htmlobjectelement [HTMLConstructor] interface HTMLObjectElement : HTMLElement { + // [CEReactions] // attribute DOMString data; + [CEReactions] attribute DOMString type; + // [CEReactions] // attribute boolean typeMustMatch; + // [CEReactions] // attribute DOMString name; + // [CEReactions] // attribute DOMString useMap; readonly attribute HTMLFormElement? form; + // [CEReactions] // attribute DOMString width; + // [CEReactions] // attribute DOMString height; //readonly attribute Document? contentDocument; //readonly attribute WindowProxy? contentWindow; |