Skip to content

Commit 5996e80

Browse files
authored
Add patch for ed/idl/mediaqueries-5.idl (#1637)
Drop non standard `RuntimeEnabled` extended attribute
1 parent d30548d commit 5996e80

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+

0 commit comments

Comments
 (0)