From fafd0ac850a54334e10adcbbe192a9c6e57d1196 Mon Sep 17 00:00:00 2001 From: sb3nder <38193798+sb3nder@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:01:18 +0200 Subject: [PATCH] feat(css): Update syntax and initial value for `rx` `ry` --- css/properties.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/properties.json b/css/properties.json index 5a9afbbd..0928ccbf 100644 --- a/css/properties.json +++ b/css/properties.json @@ -9364,7 +9364,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position" }, "rx": { - "syntax": " | ", + "syntax": " | auto", "media": "visual", "inherited": false, "animationType": "byComputedValueType", @@ -9372,7 +9372,7 @@ "groups": [ "Scalable Vector Graphics" ], - "initial": "0", + "initial": "auto", "appliesto": "limitedSVGElementsEllipseRect", "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "perGrammar", @@ -9380,7 +9380,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rx" }, "ry": { - "syntax": " | ", + "syntax": " | auto", "media": "visual", "inherited": false, "animationType": "byComputedValueType", @@ -9388,7 +9388,7 @@ "groups": [ "Scalable Vector Graphics" ], - "initial": "0", + "initial": "auto", "appliesto": "limitedSVGElementsEllipseRect", "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "perGrammar",