From f6e227467076ffe676b55e2ce17e64f27ed61904 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 28 Apr 2025 20:58:21 +0200 Subject: [PATCH 1/2] Drop CSS patch for mediaqueries-5 Duplication was solved... taking the opposite approach as the one envisioned in the patch: the definition was dropped from css-values-4 and kept in mediaqueries-5. --- ed/csspatches/mediaqueries-5.json.patch | 31 ------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ed/csspatches/mediaqueries-5.json.patch diff --git a/ed/csspatches/mediaqueries-5.json.patch b/ed/csspatches/mediaqueries-5.json.patch deleted file mode 100644 index 317f6a0dab11..000000000000 --- a/ed/csspatches/mediaqueries-5.json.patch +++ /dev/null @@ -1,31 +0,0 @@ -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 - From 005bd96f441987a58ddae082d09ffacebc8ceff0 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 28 Apr 2025 21:04:25 +0200 Subject: [PATCH 2/2] Also drop patch for mediaqueries level 4 --- ed/csspatches/mediaqueries.json.patch | 31 --------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ed/csspatches/mediaqueries.json.patch diff --git a/ed/csspatches/mediaqueries.json.patch b/ed/csspatches/mediaqueries.json.patch deleted file mode 100644 index 214a944c03d4..000000000000 --- a/ed/csspatches/mediaqueries.json.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 1faf81b493ae184a4324993fbc7d61de63cde441 Mon Sep 17 00:00:00 2001 -From: Francois Daoust -Date: Wed, 19 Jun 2024 10:38:22 +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.json | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/ed/css/mediaqueries.json b/ed/css/mediaqueries.json -index 2b76f8623..90e2f450f 100644 ---- a/ed/css/mediaqueries.json -+++ b/ed/css/mediaqueries.json -@@ -524,12 +524,6 @@ - "type": "type", - "value": " | | " - }, -- { -- "name": "", -- "href": "https://drafts.csswg.org/mediaqueries-4/#typedef-general-enclosed", -- "type": "type", -- "value": "[ ? ) ] | [ ( ? ) ]" -- }, - { - "name": "", - "href": "https://drafts.csswg.org/mediaqueries-4/#typedef-mq-boolean", --- -2.42.0.windows.2 -