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 = {
24042404 } ,
24052405 serialized : 'none' ,
24062406 } ,
2407- value : 'none | <string>' ,
2407+ value : 'none | path( <string>) ' ,
24082408 } ,
24092409 'direction' : {
24102410 animate : false ,
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ const replaced = {
7373 'clip' : { value : 'rect([<length> | auto]{4} | [<length> | auto]#{4}) | auto' } ,
7474 // TODO: fix `value` of `copy-into`
7575 'copy-into' : { value : 'none | [<custom-ident> <content-level>]#' } ,
76+ // https://github.com/w3c/svgwg/issues/320
77+ 'd' : { value : 'none | path(<string>)' } ,
7678 // TODO: fix `value` of `fill-opacity`, `stroke-opacity`
7779 'fill-opacity' : { value : "<'opacity'>" } ,
7880 'stroke-opacity' : { value : "<'opacity'>" } ,
You can’t perform that action at this time.
0 commit comments