File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2404,7 +2404,7 @@ module.exports = {
2404
2404
} ,
2405
2405
serialized : 'none' ,
2406
2406
} ,
2407
- value : 'none | <string>' ,
2407
+ value : 'none | path( <string>) ' ,
2408
2408
} ,
2409
2409
'direction' : {
2410
2410
animate : false ,
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ const replaced = {
73
73
'clip' : { value : 'rect([<length> | auto]{4} | [<length> | auto]#{4}) | auto' } ,
74
74
// TODO: fix `value` of `copy-into`
75
75
'copy-into' : { value : 'none | [<custom-ident> <content-level>]#' } ,
76
+ // https://github.com/w3c/svgwg/issues/320
77
+ 'd' : { value : 'none | path(<string>)' } ,
76
78
// TODO: fix `value` of `fill-opacity`, `stroke-opacity`
77
79
'fill-opacity' : { value : "<'opacity'>" } ,
78
80
'stroke-opacity' : { value : "<'opacity'>" } ,
You can’t perform that action at this time.
0 commit comments