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
I think you're right. I couldn't find the exact guide of value definition syntax for functional values in https://drafts.csswg.org/css-values-3/#value-defs.
But most of the functional values such as url(), *-gradient() are wrapped in <>.
The definition in https://drafts.csswg.org/css-values-4/#component-types (note that level 4 is the current version worked on) doesn't explicitly mention how functional values have to look like, i.e. it doesn't say that their names need to be followed by some parentheses. Though as their definition is somewhere else, they are non-terminal values. And by that they are required to be surrounded by < and >.
The
ray()
andpath()
functions in theoffset-path
value 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>
The text was updated successfully, but these errors were encountered: