From 69e1d43ba4aa538f041d78b52224ac4e4add0f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Wed, 19 Jun 2024 11:01:22 +0200 Subject: [PATCH] Add patch for ed/css/mediaqueries-5.json (#1261) Drop duplicate dfn of `` --- ed/csspatches/mediaqueries-5.json.patch | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ed/csspatches/mediaqueries-5.json.patch diff --git a/ed/csspatches/mediaqueries-5.json.patch b/ed/csspatches/mediaqueries-5.json.patch new file mode 100644 index 000000000000..317f6a0dab11 --- /dev/null +++ b/ed/csspatches/mediaqueries-5.json.patch @@ -0,0 +1,31 @@ +From b3e42f40bb10bf2ffd86e897b645dead8cd824c1 Mon Sep 17 00:00:00 2001 +From: Francois Daoust +Date: Wed, 19 Jun 2024 10:42:16 +0200 +Subject: [PATCH] Drop duplicate dfn of `` + +Now defined in CSS Values 4, where it will probably remain: +https://github.com/w3c/csswg-drafts/issues/10465 +--- + ed/css/mediaqueries-5.json | 6 ------ + 1 file changed, 6 deletions(-) + +diff --git a/ed/css/mediaqueries-5.json b/ed/css/mediaqueries-5.json +index ea46e135f..3f2b2dae9 100644 +--- a/ed/css/mediaqueries-5.json ++++ b/ed/css/mediaqueries-5.json +@@ -899,12 +899,6 @@ + "type": "type", + "value": " | | " + }, +- { +- "name": "", +- "href": "https://drafts.csswg.org/mediaqueries-5/#typedef-general-enclosed", +- "type": "type", +- "value": "[ ? ) ] | [ ( ? ) ]" +- }, + { + "name": "", + "prose": "The value type is an with the value 0 or 1. Any other integer value is invalid. Note that -0 is always equivalent to 0 in CSS, and so is also accepted as a valid value.", +-- +2.42.0.windows.2 +