Skip to content

Commit 9ac448f

Browse files
committed
feat(css): Add data for stroke-color
1 parent 20a9429 commit 9ac448f

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

css/properties.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9565,6 +9565,21 @@
95659565
"status": "standard",
95669566
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke"
95679567
},
9568+
"stroke-color": {
9569+
"syntax": "<color>",
9570+
"media": "visual",
9571+
"inherited": true,
9572+
"animationType": "byComputedValue",
9573+
"percentages": "no",
9574+
"groups": [
9575+
"Scalable Vector Graphics"
9576+
],
9577+
"initial": "transparent",
9578+
"appliesto": "textAndSVGShapes",
9579+
"computed": "computedColor",
9580+
"order": "perGrammar",
9581+
"status": "experimental"
9582+
},
95689583
"stroke-dasharray": {
95699584
"syntax": "none | <dasharray>",
95709585
"media": "visual",

css/properties.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
"tableCellElements",
293293
"tableElements",
294294
"textAndBlockContainers",
295+
"textAndSVGShapes",
295296
"textElements",
296297
"textFields",
297298
"transformableElements",

l10n/css.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,9 @@
17861786
"en-US": "text and block containers",
17871787
"zh-CN": "文本和区块容器"
17881788
},
1789+
"textAndSVGShapes": {
1790+
"en-US": "text and SVG shapes"
1791+
},
17891792
"textElements": {
17901793
"de": "Textelemente",
17911794
"en-US": "text elements",

0 commit comments

Comments
 (0)