diff --git a/css/properties.json b/css/properties.json index 86e55c337..8b488c9e2 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4589,6 +4589,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cursor" }, + "d": { + "syntax": "none | path( [ , ]? )", + "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": " | ", "media": "visual", diff --git a/l10n/css.json b/l10n/css.json index 4d96937e5..5f3706636 100644 --- a/l10n/css.json +++ b/l10n/css.json @@ -974,6 +974,9 @@ "limitedSVGElementsGeometry": { "en-US": "{{SVGElement(\"svg\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"image\")}}, and {{SVGElement(\"foreignObject\")}} elements in an svg" }, + "limitedSVGElementsPath"": { + "en-US": "{{SVGElement(\"path\")}} element in {{SVGElement(\"svg\")}}" + }, "limitedSVGElementsShapeText": { "en-US": "SVG shapes and text content elements" },