You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shape-outside's value is defined as none | [ <basic-shape> || <shape-box> ] | <image>, and according to the spec, path and shape functions are in the basic-shape list.
Put it into interop 2026
Test List
https://wpt.fyi/results/css/css-shapes/parsing/shape-outside-computed.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/shape/shape-outside-shape-000.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/shape/shape-outside-shape-001.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/shape/shape-outside-shape-002.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/shape/shape-outside-shape-003.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/path/shape-outside-path-000.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/path/shape-outside-path-001.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/path/shape-outside-path-002.html
https://wpt.fyi/results/css/css-shapes/shape-outside/supported-shapes/path/shape-outside-path-003.html
https://wpt.fyi/results/css/css-shapes/animation/shape-outside-path-interpolation.html
https://wpt.fyi/results/css/css-shapes/animation/shape-outside-shape-interpolation.html
Rationale
shape-outside's value is defined asnone | [ <basic-shape> || <shape-box> ] | <image>, and according to the spec, path and shape functions are in thebasic-shapelist.