Add support for HTMLStyleElement.media (#35148)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-01-24 20:34:58 -08:00 committed by GitHub
parent fe5a075766
commit 8748071329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1389 additions and 1364 deletions

View file

@ -8,12 +8,8 @@ interface HTMLStyleElement : HTMLElement {
[HTMLConstructor] constructor();
attribute boolean disabled;
// [CEReactions]
// attribute DOMString media;
[CEReactions] attribute DOMString media;
[CEReactions] attribute DOMString type;
// [CEReactions]
// attribute boolean scoped;
};
HTMLStyleElement includes LinkStyle;