Skip to content

Commit 862fb8f

Browse files
committed
Add patch for ed/css/fill-stroke.json
Patch not-yet-up-to-date fill-stroke spec properties
1 parent 7c5140d commit 862fb8f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ed/csspatches/fill-stroke.json.patch

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From c72b6be06992722d6ea75c9f0a161ef873f7b6fd Mon Sep 17 00:00:00 2001
1+
From 000fc256d1db41f533618670b1afee4ba03849b6 Mon Sep 17 00:00:00 2001
22
From: Francois Daoust <[email protected]>
3-
Date: Mon, 22 Apr 2024 07:39:29 +0200
3+
Date: Fri, 12 Dec 2025 10:13:12 +0100
44
Subject: [PATCH] Patch not-yet-up-to-date fill-stroke spec properties
55

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

1919
diff --git a/ed/css/fill-stroke.json b/ed/css/fill-stroke.json
20-
index f92b290ff..1a9c601fa 100644
20+
index f231cf2ca3..9999d684e2 100644
2121
--- a/ed/css/fill-stroke.json
2222
+++ b/ed/css/fill-stroke.json
2323
@@ -200,22 +200,6 @@
@@ -26,7 +26,7 @@ index f92b290ff..1a9c601fa 100644
2626
},
2727
- {
2828
- "name": "fill",
29-
- "href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-fill",
29+
- "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill",
3030
- "value": "<'background'> with modifications",
3131
- "initial": "See individual properties",
3232
- "appliesTo": "See individual properties",
@@ -42,11 +42,11 @@ index f92b290ff..1a9c601fa 100644
4242
- },
4343
{
4444
"name": "fill-opacity",
45-
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-fill-opacity",
45+
"href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-opacity",
4646
@@ -236,7 +220,7 @@
4747
{
4848
"name": "stroke-width",
49-
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-width",
49+
"href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-width",
5050
- "value": "<length-percentage>#",
5151
+ "value": "[<length-percentage> | <number>]#",
5252
"initial": "1px",
@@ -55,7 +55,7 @@ index f92b290ff..1a9c601fa 100644
5555
@@ -437,7 +421,7 @@
5656
{
5757
"name": "stroke-dasharray",
58-
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-dasharray",
58+
"href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dasharray",
5959
- "value": "none | <length-percentage>+#",
6060
+ "value": "none | [<length-percentage> | <number>]+#",
6161
"initial": "none",
@@ -64,7 +64,7 @@ index f92b290ff..1a9c601fa 100644
6464
@@ -470,7 +454,7 @@
6565
{
6666
"name": "stroke-dashoffset",
67-
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-dashoffset",
67+
"href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dashoffset",
6868
- "value": "<length-percentage>",
6969
+ "value": "<length-percentage> | <number>",
7070
"initial": "0",
@@ -76,7 +76,7 @@ index f92b290ff..1a9c601fa 100644
7676
},
7777
- {
7878
- "name": "stroke",
79-
- "href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke",
79+
- "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke",
8080
- "value": "<'background'> with modifications",
8181
- "initial": "See individual properties",
8282
- "appliesTo": "See individual properties",
@@ -92,7 +92,7 @@ index f92b290ff..1a9c601fa 100644
9292
- },
9393
{
9494
"name": "stroke-opacity",
95-
"href": "https://drafts.fxtf.org/fill-stroke-3/#propdef-stroke-opacity",
95+
"href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-opacity",
9696
--
97-
2.37.1.windows.1
97+
2.52.0
9898

0 commit comments

Comments
 (0)