Skip to content

Commit

Permalink
added d property
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Aug 9, 2024
1 parent f91db00 commit 945275e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4589,6 +4589,22 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cursor"
},
"d": {
"syntax": "none | path( [ <fill-rule>, ]? <string> )",
"media": "visual",
"inherited": false,
"animationType": "basicShape",
"percentages": "no",
"groups": [
"Scalable Vector Graphics"
],
"initial": "none",
"appliesto": "limitedSVGElementsPath",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/d"
},
"cx": {
"syntax": "<length> | <percentage>",
"media": "visual",
Expand Down
3 changes: 3 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,9 @@
"limitedSVGElementsGeometry": {
"en-US": "{{SVGElement(\"svg\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"image\")}}, and {{SVGElement(\"foreignObject\")}} elements in an <code>svg</code>"
},
"limitedSVGElementsPath"": {
"en-US": "{{SVGElement(\"path\")}} element in {{SVGElement(\"svg\")}}"
},
"limitedSVGElementsShapeText": {
"en-US": "SVG shapes and text content elements"
},
Expand Down

0 comments on commit 945275e

Please sign in to comment.