aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLStyleElement.webidl
diff options
context:
space:
mode:
authorwebbeef <me@webbeef.org>2025-01-20 18:21:16 -0800
committerGitHub <noreply@github.com>2025-01-21 02:21:16 +0000
commite43baed585a4a2b1ffa74df9da7f126cf4309e2a (patch)
tree6073c1539183a201e8aed229c306cd0cc86d1778 /components/script/dom/webidls/HTMLStyleElement.webidl
parent47058816926d77a01151974cc793a4f2a7bda239 (diff)
downloadservo-e43baed585a4a2b1ffa74df9da7f126cf4309e2a.tar.gz
servo-e43baed585a4a2b1ffa74df9da7f126cf4309e2a.zip
Add support for HTMLStyleElement.type (#35038)
Signed-off-by: webbeef <me@webbeef.org>
Diffstat (limited to 'components/script/dom/webidls/HTMLStyleElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLStyleElement.webidl5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLStyleElement.webidl b/components/script/dom/webidls/HTMLStyleElement.webidl
index 0bcb86af24b..a5ed437de19 100644
--- a/components/script/dom/webidls/HTMLStyleElement.webidl
+++ b/components/script/dom/webidls/HTMLStyleElement.webidl
@@ -10,8 +10,9 @@ interface HTMLStyleElement : HTMLElement {
attribute boolean disabled;
// [CEReactions]
// attribute DOMString media;
- // [CEReactions]
- // attribute DOMString type;
+
+ [CEReactions] attribute DOMString type;
+
// [CEReactions]
// attribute boolean scoped;
};