← back to v149 · support-path-length-as-a-css-property
conformance · v149
v149 · support-path-length-as-a-css-property — 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.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
path-length-supports-number |
path-length accepts unitless <number> values. spec ↗ | css-supports | … | |
path-length-supports-none |
path-length accepts the 'none' keyword (revert to geometry length). spec ↗ | css-supports | … | |
path-length-rejects-percentage |
path-length is a <number>, not a <percentage> — percent must be rejected. spec ↗ | script | … | |
path-length-rejects-negative |
path-length should not accept negative numbers per spec. spec ↗ | script | … | |
path-length-overrides-presentation-attribute |
When set via CSS on an SVG <path>, computed path-length reflects the CSS value, not the attribute. spec ↗ | script | … | |
path-length-animatable |
path-length is animatable via the Web Animations API on SVG geometry. spec ↗ | script | … |