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/css/css-mixins.json #1288

Merged
merged 1 commit into from
Jul 12, 2024
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/csspatches/css-mixins.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
From 2e9d278fb762e1f57bfc999655ad7711162216f6 Mon Sep 17 00:00:00 2001
From: Francois Daoust <fd@tidoust.net>
Date: Fri, 12 Jul 2024 08:53:38 +0200
Subject: [PATCH] Namespace `<combinator>` production to css-mixins

Reported in: https://github.com/w3c/csswg-drafts/issues/10557
---
ed/css/css-mixins.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ed/css/css-mixins.json b/ed/css/css-mixins.json
index 27a491ee8..d74b55722 100644
--- a/ed/css/css-mixins.json
+++ b/ed/css/css-mixins.json
@@ -65,7 +65,7 @@
"value": "angle | color | custom-ident | image | integer | length | length-percentage | number | percentage | resolution | string | time | url | transform-function"
},
{
- "name": "<combinator>",
+ "name": "<mixins-combinator>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-combinator",
"type": "type",
"value": "'|'"
@@ -92,7 +92,7 @@
"name": "<syntax>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-syntax",
"type": "type",
- "value": "'*' | <syntax-component> [ <combinator> <syntax-component> ]+"
+ "value": "'*' | <syntax-component> [ <mixins-combinator> <syntax-component> ]+"
}
],
"warnings": [
--
2.42.0.windows.2

Loading