mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add support for HTMLStyleElement.media (#35148)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
fe5a075766
commit
8748071329
11 changed files with 1389 additions and 1364 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue