File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 9565
9565
"status" : " standard" ,
9566
9566
"mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/stroke"
9567
9567
},
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
+ },
9568
9583
"stroke-dasharray" : {
9569
9584
"syntax" : " none | <dasharray>" ,
9570
9585
"media" : " visual" ,
Original file line number Diff line number Diff line change 292
292
" tableCellElements" ,
293
293
" tableElements" ,
294
294
" textAndBlockContainers" ,
295
+ " textAndSVGShapes" ,
295
296
" textElements" ,
296
297
" textFields" ,
297
298
" transformableElements" ,
Original file line number Diff line number Diff line change 1786
1786
"en-US" : " text and block containers" ,
1787
1787
"zh-CN" : " 文本和区块容器"
1788
1788
},
1789
+ "textAndSVGShapes" : {
1790
+ "en-US" : " text and SVG shapes"
1791
+ },
1789
1792
"textElements" : {
1790
1793
"de" : " Textelemente" ,
1791
1794
"en-US" : " text elements" ,
You can’t perform that action at this time.
0 commit comments