Re: [csswg-drafts] [css-conditional] Unbalanced brackets in @supports condition (#1016)

Yeah, the specs now normatively reference Syntax 3 properly, so everything's well defined. *Missing* closing brackets will be auto-closed by the CSS parser (and thus are perfectly fine), but unbalanced brackets are invalid per the `<any-value>` production.

So `(color: green) or an-extension(that is [unclosed` is valid, `(color: green) or an-extension(that is [unbalanced)` is invalid.

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


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

Received on Monday, 28 September 2020 22:39:40 UTC