aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLStyleElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLStyleElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLStyleElement.webidl9
1 files changed, 6 insertions, 3 deletions
diff --git a/components/script/dom/webidls/HTMLStyleElement.webidl b/components/script/dom/webidls/HTMLStyleElement.webidl
index 203f306f0f6..69404c1e89f 100644
--- a/components/script/dom/webidls/HTMLStyleElement.webidl
+++ b/components/script/dom/webidls/HTMLStyleElement.webidl
@@ -5,8 +5,11 @@
// https://html.spec.whatwg.org/multipage/#htmlstyleelement
[HTMLConstructor]
interface HTMLStyleElement : HTMLElement {
- // attribute DOMString media;
- // attribute DOMString type;
- // attribute boolean scoped;
+ // [CEReactions]
+ // attribute DOMString media;
+ // [CEReactions]
+ // attribute DOMString type;
+ // [CEReactions]
+ // attribute boolean scoped;
};
HTMLStyleElement implements LinkStyle;