Closed
Description
The CSS Transforms 2 spec currently defines the perspective()
function as:
perspective( <length [0,∞]> | none )
In the syntax above, the functional notation accepts one of two arguments (using the single bar operator). Now, I can't find anything specifically in css-values-5 that forbids this, but I believe that these arguments should be wrapped in a group as in:
perspective( [ <length [0,∞]> | none ] )
Could some please provide clarification on if this actually is an issue?
csswg-drafts/css-transforms-2/Overview.bs
Line 1003 in 77f40b2