mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Implement MediaList interface
This commit is contained in:
parent
5abbc9f696
commit
c052835281
10 changed files with 207 additions and 32 deletions
|
@ -5,5 +5,5 @@
|
|||
// https://drafts.csswg.org/cssom/#the-cssmediarule-interface
|
||||
[Exposed=Window]
|
||||
interface CSSMediaRule : CSSGroupingRule {
|
||||
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
[SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue