Skip to content

Commit dbbf848

Browse files
authored
Add patch for ed/idl/css-color-adjust.idl (#1536)
Drop IDL enum from css-color-adjust
1 parent 90e90d4 commit dbbf848

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
From 69295b1696d56cc302c1aba4e910808bff490440 Mon Sep 17 00:00:00 2001
2+
From: Francois Daoust <[email protected]>
3+
Date: Wed, 30 Apr 2025 12:35:45 +0200
4+
Subject: [PATCH] Drop IDL enum from css-color-adjust
5+
6+
Pending resolution of https://github.com/w3c/csswg-drafts/issues/12135
7+
---
8+
ed/idl/css-color-adjust.idl | 10 ----------
9+
1 file changed, 10 deletions(-)
10+
delete mode 100644 ed/idl/css-color-adjust.idl
11+
12+
diff --git a/ed/idl/css-color-adjust.idl b/ed/idl/css-color-adjust.idl
13+
deleted file mode 100644
14+
index beabbb70d..000000000
15+
--- a/ed/idl/css-color-adjust.idl
16+
+++ /dev/null
17+
@@ -1,10 +0,0 @@
18+
-// GENERATED CONTENT - DO NOT EDIT
19+
-// Content was automatically extracted by Reffy into webref
20+
-// (https://github.com/w3c/webref)
21+
-// Source: CSS Color Adjustment Module Level 1 (https://drafts.csswg.org/css-color-adjust-1/)
22+
-
23+
-enum ForcedColorsModeAutomationTheme {
24+
- "none",
25+
- "light",
26+
- "dark"
27+
-};
28+
--
29+
2.37.1.windows.1
30+

0 commit comments

Comments
 (0)