Skip to content

Commit 980ceb1

Browse files
authored
Add patch for ed/idl/css-fonts.idl (#1741)
Drop interfaces redefined in css-fonts-5
1 parent 80ca133 commit 980ceb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ed/idlpatches/css-fonts.idl.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From bcdc9b8557f43afda25b97c8b873285efe2ff78b Mon Sep 17 00:00:00 2001
1+
From fc74e7bccf07a6fdd62c8d9559e77f389a9ce92d Mon Sep 17 00:00:00 2001
22
From: Francois Daoust <[email protected]>
3-
Date: Tue, 14 Jan 2025 11:06:56 +0100
3+
Date: Wed, 10 Dec 2025 11:29:20 +0100
44
Subject: [PATCH] Drop interfaces redefined in css-fonts-5
55

66
The `CSSFontFaceDescriptors` and `CSSFontFaceRule` interfaces get redefined in
@@ -11,7 +11,7 @@ CSS Fonts Level 5 becomes a full spec.
1111
1 file changed, 38 deletions(-)
1212

1313
diff --git a/ed/idl/css-fonts.idl b/ed/idl/css-fonts.idl
14-
index d5c9dc867..9b8034bc6 100644
14+
index bc4962005b..9ff371e6e4 100644
1515
--- a/ed/idl/css-fonts.idl
1616
+++ b/ed/idl/css-fonts.idl
1717
@@ -3,44 +3,6 @@
@@ -56,9 +56,9 @@ index d5c9dc867..9b8034bc6 100644
5656
- [SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
5757
-};
5858
-
59-
partial interface CSSRule { const unsigned short FONT_FEATURE_VALUES_RULE = 14;
59+
partial interface CSSRule {
60+
const unsigned short FONT_FEATURE_VALUES_RULE = 14;
6061
};
61-
[Exposed=Window]
6262
--
63-
2.37.1.windows.1
63+
2.52.0
6464

0 commit comments

Comments
 (0)