File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 46bc9954bce6b2743b0f3c9cb48ef49bc8812067 Mon Sep 17 00:00:00 2001
2
+ From: Francois Daoust <fd@tidoust.net>
3
+ Date: Tue, 29 Jul 2025 08:42:10 +0200
4
+ Subject: [PATCH] Drop non standard `RuntimeEnabled` extended attribute
5
+
6
+ Pending https://github.com/w3c/csswg-drafts/pull/12533
7
+ ---
8
+ ed/idl/mediaqueries-5.idl | 2 +-
9
+ 1 file changed, 1 insertion(+), 1 deletion(-)
10
+
11
+ diff --git a/ed/idl/mediaqueries-5.idl b/ed/idl/mediaqueries-5.idl
12
+ index 24f1aa6346..c951c356ca 100644
13
+ --- a/ed/idl/mediaqueries-5.idl
14
+ +++ b/ed/idl/mediaqueries-5.idl
15
+ @@ -5,7 +5,7 @@
16
+
17
+ typedef (MediaList or boolean) CustomMediaQuery;
18
+
19
+ - [Exposed=Window, RuntimeEnabled=CSSCustomMedia]
20
+ + [Exposed=Window]
21
+ interface CSSCustomMediaRule : CSSRule {
22
+ readonly attribute CSSOMString name;
23
+ readonly attribute CustomMediaQuery query;
24
+ - -
25
+ 2.37.1.windows.1
26
+
You can’t perform that action at this time.
0 commit comments