Skip to content

Add patch for ed/idl/css-color-adjust.idl #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions ed/idlpatches/css-color-adjust.idl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 69295b1696d56cc302c1aba4e910808bff490440 Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Wed, 30 Apr 2025 12:35:45 +0200
Subject: [PATCH] Drop IDL enum from css-color-adjust

Pending resolution of https://github.com/w3c/csswg-drafts/issues/12135
---
ed/idl/css-color-adjust.idl | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 ed/idl/css-color-adjust.idl

diff --git a/ed/idl/css-color-adjust.idl b/ed/idl/css-color-adjust.idl
deleted file mode 100644
index beabbb70d..000000000
--- a/ed/idl/css-color-adjust.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// GENERATED CONTENT - DO NOT EDIT
-// Content was automatically extracted by Reffy into webref
-// (https://github.com/w3c/webref)
-// Source: CSS Color Adjustment Module Level 1 (https://drafts.csswg.org/css-color-adjust-1/)
-
-enum ForcedColorsModeAutomationTheme {
- "none",
- "light",
- "dark"
-};
--
2.37.1.windows.1