Re: [csswg-drafts] [css-values-5][various] Better handling of arguments with commas (#9539)

Right, and it's stronger than that, actually - `foo(1; 2, 3)` is valid, giving two arguments: `1` and `2, 3`.

For this to work, we need to reify the concept of "arguments", so we can distinguish between "commas that separate arguments" (need to either be all commas or all semicolons) and "commas inside of arguments" (need to be commas, and are part of a singular expression).

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 25 April 2024 19:26:33 UTC