Skip to content

Commit

Permalink
Re-generate patch for ed/css/fill-stroke.json (#1221)
Browse files Browse the repository at this point in the history
The patch needed to be re-generated because one of the properties in the CSS property definition table has changed (from Animatable to Animation Type).
  • Loading branch information
tidoust authored Apr 22, 2024
1 parent f932b48 commit 64aa0d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ed/csspatches/fill-stroke.json.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From 9c0cb70f7eef8ba7276393ee06a05a4cd643b082 Mon Sep 17 00:00:00 2001
From c72b6be06992722d6ea75c9f0a161ef873f7b6fd Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Wed, 31 Jan 2024 10:09:58 +0100
Date: Mon, 22 Apr 2024 07:39:29 +0200
Subject: [PATCH] Patch not-yet-up-to-date fill-stroke spec properties

The "<'background'> with modifications" value for the `fill` and `stroke`
Expand All @@ -17,7 +17,7 @@ https://github.com/w3c/csswg-drafts/issues/3057
1 file changed, 3 insertions(+), 35 deletions(-)

diff --git a/ed/css/fill-stroke.json b/ed/css/fill-stroke.json
index e2a059e70..3aeb1452d 100644
index f92b290ff..1a9c601fa 100644
--- a/ed/css/fill-stroke.json
+++ b/ed/css/fill-stroke.json
@@ -200,22 +200,6 @@
Expand All @@ -34,8 +34,8 @@ index e2a059e70..3aeb1452d 100644
- "percentages": "N/A",
- "computedValue": "See individual properties",
- "canonicalOrder": "per grammar",
- "animationType": "See individual properties",
- "media": "visual",
- "animatable": "See individual properties",
- "styleDeclaration": [
- "fill"
- ]
Expand Down Expand Up @@ -84,8 +84,8 @@ index e2a059e70..3aeb1452d 100644
- "percentages": "N/A",
- "computedValue": "See individual properties",
- "canonicalOrder": "per grammar",
- "animationType": "See individual properties",
- "media": "visual",
- "animatable": "See individual properties",
- "styleDeclaration": [
- "stroke"
- ]
Expand All @@ -94,5 +94,5 @@ index e2a059e70..3aeb1452d 100644
"name": "stroke-opacity",
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-opacity",
--
2.42.0.windows.2
2.37.1.windows.1

0 comments on commit 64aa0d9

Please sign in to comment.