← back to v134 · css-shape-function
conformance · v134
v134 · css-shape-function — 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 |
|---|---|---|---|---|
shape-fn-on-clip-path |
shape() is accepted as a value of clip-path with line/move commands. | css-supports | … | |
shape-fn-with-curve |
shape() accepts a curve command with control points. | css-supports | … | |
shape-fn-with-arc |
shape() accepts an arc command (radius and sweep direction). | css-supports | … | |
shape-fn-with-smooth |
shape() accepts a smooth command for chained Bezier curves. | css-supports | … | |
shape-fn-by-relative |
shape() distinguishes by (relative) from to (absolute) — a `by` line command parses. | css-supports | … | |
shape-distinct-from-path |
shape() is its own function — not the same as path() (path() takes an SVG-string, shape() takes CSS commands). | css-supports | … |