From a69a007ae4dcb0a0ea5b416795a678426497f779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Mon, 22 Jul 2024 08:04:11 +0200 Subject: [PATCH] Drop patch for css-mixins. Problem fixed upstream. (#1294) Production names were prefixed in the spec to avoid duplication. --- ed/csspatches/css-mixins.json.patch | 35 ----------------------------- 1 file changed, 35 deletions(-) delete mode 100644 ed/csspatches/css-mixins.json.patch diff --git a/ed/csspatches/css-mixins.json.patch b/ed/csspatches/css-mixins.json.patch deleted file mode 100644 index 3ddea612b95e..000000000000 --- a/ed/csspatches/css-mixins.json.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 2e9d278fb762e1f57bfc999655ad7711162216f6 Mon Sep 17 00:00:00 2001 -From: Francois Daoust -Date: Fri, 12 Jul 2024 08:53:38 +0200 -Subject: [PATCH] Namespace `` 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": "", -+ "name": "", - "href": "https://drafts.csswg.org/css-mixins-1/#typedef-combinator", - "type": "type", - "value": "'|'" -@@ -92,7 +92,7 @@ - "name": "", - "href": "https://drafts.csswg.org/css-mixins-1/#typedef-syntax", - "type": "type", -- "value": "'*' | [ ]+" -+ "value": "'*' | [ ]+" - } - ], - "warnings": [ --- -2.42.0.windows.2 -