Add support for HTMLStyleElement.type (#35038)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-01-20 18:21:16 -08:00 committed by GitHub
parent 4705881692
commit e43baed585
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 51 additions and 145 deletions

View file

@ -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;
};