Skip to content

Commit 7f16282

Browse files
authored
Add patch for ed/css/css-mixins.json (#1288)
Namespace `<combinator>` production to css-mixins
1 parent d5fbf37 commit 7f16282

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

ed/csspatches/css-mixins.json.patch

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
From 2e9d278fb762e1f57bfc999655ad7711162216f6 Mon Sep 17 00:00:00 2001
2+
From: Francois Daoust <[email protected]>
3+
Date: Fri, 12 Jul 2024 08:53:38 +0200
4+
Subject: [PATCH] Namespace `<combinator>` production to css-mixins
5+
6+
Reported in: https://github.com/w3c/csswg-drafts/issues/10557
7+
---
8+
ed/css/css-mixins.json | 4 ++--
9+
1 file changed, 2 insertions(+), 2 deletions(-)
10+
11+
diff --git a/ed/css/css-mixins.json b/ed/css/css-mixins.json
12+
index 27a491ee8..d74b55722 100644
13+
--- a/ed/css/css-mixins.json
14+
+++ b/ed/css/css-mixins.json
15+
@@ -65,7 +65,7 @@
16+
"value": "angle | color | custom-ident | image | integer | length | length-percentage | number | percentage | resolution | string | time | url | transform-function"
17+
},
18+
{
19+
- "name": "<combinator>",
20+
+ "name": "<mixins-combinator>",
21+
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-combinator",
22+
"type": "type",
23+
"value": "'|'"
24+
@@ -92,7 +92,7 @@
25+
"name": "<syntax>",
26+
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-syntax",
27+
"type": "type",
28+
- "value": "'*' | <syntax-component> [ <combinator> <syntax-component> ]+"
29+
+ "value": "'*' | <syntax-component> [ <mixins-combinator> <syntax-component> ]+"
30+
}
31+
],
32+
"warnings": [
33+
--
34+
2.42.0.windows.2
35+

0 commit comments

Comments
 (0)