- From: viralipurbey via GitHub <noreply@w3.org>
- Date: Fri, 05 Jun 2026 11:19:13 +0000
- To: public-svg-issues@w3.org
viralipurbey has just submitted a new pull request for https://github.com/w3c/svgwg: == Change path-length property value type from number to length == Per the CSSWG resolution (w3c/csswg-drafts#13901), the path-length CSS property should accept `<length>` instead of `<number>`, following the standard SVG attribute-to-CSS property pattern. Changes: - Updated value syntax from `<number [0,∞]>` to `<length [0,∞]>` - Updated computed value description - Updated prose to reference `<length>` instead of `<number>` - Removed "in user units" phrasing (now expressed via CSS length units) - Documented the change in changes.html Addresses w3c/csswg-drafts#13901 See https://github.com/w3c/svgwg/pull/1118 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 5 June 2026 11:19:14 UTC