← back to v149 · css-path-length

conformance · v149

v149 · css-path-length — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute chromestatus: #4861677550043136 generated 2026-06-01T08:15:14Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
path-length-property-supported The path-length CSS property accepts a unitless <number>. spec ↗ css-supports
path-length-fractional path-length accepts fractional numbers (subset of <number>). spec ↗ css-supports
path-length-none-supported path-length accepts the keyword 'none' to fall back to the geometry's natural length. spec ↗ css-supports
path-length-rejects-length path-length must reject <length> values like 100px — it is a unitless <number>. spec ↗ script
path-length-applies-to-svg-path Setting style.pathLength on an SVG <path> round-trips via getComputedStyle. spec ↗ script
stroke-dash-array-supported stroke-dasharray is supported — the property whose units path-length normalises. spec ↗ css-supports