The ray() and path() functions in the offset-path value definition must be wrapped in <> to identify them as CSS types.
|
Value: none | ''ray()'' | <a href="#offsetpath-pathfunc">path()</a> | <<url>> | [ <<basic-shape>> && <<coord-box>>? ] | <<coord-box>> |
The correct syntax should be:
none | <ray()> | <path()> | <url> | [ <basic-shape> && <coord-box>? ] | <coord-box>
The
ray()andpath()functions in theoffset-pathvalue definition must be wrapped in<>to identify them as CSS types.fxtf-drafts/motion-1/Overview.bs
Line 106 in cb4c0bb
The correct syntax should be:
none | <ray()> | <path()> | <url> | [ <basic-shape> && <coord-box>? ] | <coord-box>