Skip to content

Commit a37c5e8

Browse files
authored
Add patch for ed/idl/css-highlight-api.idl (#1453)
Drop `partial` from definition of `HighlightRegistry`
1 parent 3be8ba7 commit a37c5e8

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 d044c96850e758b04b419eba84ad30e83d716109 Mon Sep 17 00:00:00 2001
2+
From: Francois Daoust <[email protected]>
3+
Date: Thu, 30 Jan 2025 14:17:10 +0100
4+
Subject: [PATCH] Drop `partial` from definition of `HighlightRegistry`
5+
6+
Pending https://github.com/w3c/csswg-drafts/pull/11595
7+
---
8+
ed/idl/css-highlight-api.idl | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/ed/idl/css-highlight-api.idl b/ed/idl/css-highlight-api.idl
12+
index 34ce29eda..61bf6d4ca 100644
13+
--- a/ed/idl/css-highlight-api.idl
14+
+++ b/ed/idl/css-highlight-api.idl
15+
@@ -22,7 +22,7 @@ partial namespace CSS {
16+
};
17+
18+
[Exposed=Window]
19+
-partial interface HighlightRegistry {
20+
+interface HighlightRegistry {
21+
maplike<DOMString, Highlight>;
22+
};
23+
24+
--
25+
2.37.1.windows.1
26+

0 commit comments

Comments
 (0)