mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add support for HTMLStyleElement.type (#35038)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
4705881692
commit
e43baed585
7 changed files with 51 additions and 145 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue