Re: [csswg-drafts] [css-values] Function(s) for Standard Means (#4700)

Regardless of the actual proposal, this raises the question, whether `var()` should be able to split multiple values and simulate the appropriate separator when used in a property or function that accepts an arbitrary number of arguments, or whether such functions should be able to deal with such input themselves, like `rgb()` mostly does but for legacy reasons.

I believe itʼs not crazy wanting to use `min()` or `max()` with a space-separated `<position>`, for instance, expecting to get exactly 1 length out of up to 4. 

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4700#issuecomment-578606239 using your GitHub account

Received on Monday, 27 January 2020 06:18:26 UTC