From 226b4a1bc84ec863253214bb6cc8fd7301c943a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Mon, 24 Feb 2025 10:14:51 +0100 Subject: [PATCH] Drop CSS patch for css-gaps (#1478) Spec was fixed, patch is no longer needed. --- ed/csspatches/css-gaps.json.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ed/csspatches/css-gaps.json.patch diff --git a/ed/csspatches/css-gaps.json.patch b/ed/csspatches/css-gaps.json.patch deleted file mode 100644 index cde161e72944..000000000000 --- a/ed/csspatches/css-gaps.json.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 39e6c07ed8e6b6c29aee9c1f50bd19769bbfbcde Mon Sep 17 00:00:00 2001 -From: Francois Daoust -Date: Tue, 17 Dec 2024 08:14:18 +0100 -Subject: [PATCH] Drop definition of `repeat()` function - -The definition duplicates that in CSS Grid and it's not clear that is intended: -https://github.com/w3c/csswg-drafts/issues/11385 ---- - ed/css/css-gaps.json | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/ed/css/css-gaps.json b/ed/css/css-gaps.json -index 134c3a09c..8eee3d090 100644 ---- a/ed/css/css-gaps.json -+++ b/ed/css/css-gaps.json -@@ -457,12 +457,6 @@ - "type": "type", - "value": "repeat( auto , [ ]+ )" - }, -- { -- "name": "repeat()", -- "prose": "Such a list may contain repeat() notations. Similar to CSS Grid Layout 1 ยง 7.2.3 Repeating Rows and Columns: the repeat() notation, these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form.", -- "href": "https://drafts.csswg.org/css-gaps-1/#funcdef-repeat", -- "type": "function" -- }, - { - "name": "", - "href": "https://drafts.csswg.org/css-gaps-1/#typedef-gap-rule-list", --- -2.37.1.windows.1 -