Skip to content
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

Add patch for ed/idl/custom-state-pseudo-class.idl #1119

Merged
merged 1 commit into from
Dec 26, 2023
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
35 changes: 35 additions & 0 deletions ed/idlpatches/custom-state-pseudo-class.idl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
From 0223b3aa0ed98ddb6d0185458916fd6bc87c9869 Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Tue, 26 Dec 2023 04:05:15 +0100
Subject: [PATCH] Drop IDL extract of custom-state-pseudo-class

Spec not updated yet, but the IDL was merged into HTML. Pending deprecation in
browser-specs in https://github.com/w3c/browser-specs/pull/1164
---
ed/idl/custom-state-pseudo-class.idl | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 ed/idl/custom-state-pseudo-class.idl

diff --git a/ed/idl/custom-state-pseudo-class.idl b/ed/idl/custom-state-pseudo-class.idl
deleted file mode 100644
index 342f1ede0..000000000
--- a/ed/idl/custom-state-pseudo-class.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// GENERATED CONTENT - DO NOT EDIT
-// Content was automatically extracted by Reffy into webref
-// (https://github.com/w3c/webref)
-// Source: Custom State Pseudo Class (https://wicg.github.io/custom-state-pseudo-class/)
-
-partial interface ElementInternals {
- readonly attribute CustomStateSet states;
-};
-
-[Exposed=Window]
-interface CustomStateSet {
- setlike<DOMString>;
- undefined add(DOMString value);
-};
--
2.37.1.windows.1