We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec67f1b commit b484427Copy full SHA for b484427
2 files changed
lib/properties/definitions.js
@@ -2404,7 +2404,7 @@ module.exports = {
2404
},
2405
serialized: 'none',
2406
2407
- value: 'none | <string>',
+ value: 'none | path(<string>)',
2408
2409
'direction': {
2410
animate: false,
scripts/extract.js
@@ -73,6 +73,8 @@ const replaced = {
73
'clip': { value: 'rect([<length> | auto]{4} | [<length> | auto]#{4}) | auto' },
74
// TODO: fix `value` of `copy-into`
75
'copy-into': { value: 'none | [<custom-ident> <content-level>]#' },
76
+ // https://github.com/w3c/svgwg/issues/320
77
+ 'd': { value: 'none | path(<string>)' },
78
// TODO: fix `value` of `fill-opacity`, `stroke-opacity`
79
'fill-opacity': { value: "<'opacity'>" },
80
'stroke-opacity': { value: "<'opacity'>" },
0 commit comments