Skip to content

Commit 46bc995

Browse files
committed
Drop non standard RuntimeEnabled extended attribute
Pending w3c/csswg-drafts#12533
1 parent d30548d commit 46bc995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed/idl/mediaqueries-5.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
typedef (MediaList or boolean) CustomMediaQuery;
77

8-
[Exposed=Window, RuntimeEnabled=CSSCustomMedia]
8+
[Exposed=Window]
99
interface CSSCustomMediaRule : CSSRule {
1010
readonly attribute CSSOMString name;
1111
readonly attribute CustomMediaQuery query;

0 commit comments

Comments
 (0)