Re: [csswg-drafts] [css-conditional] Unbalanced brackets in @supports condition

In other words, `not ({ something @with (unbalanced brackets })` will parse into the equivalent of `not ({ something @with (unbalanced brackets })})`, with the first } being unmatched, while `(color: green) or an-extension(that is [unbalanced)` will parse into the equivalent of `(color: green) or an-extension(that is [unbalanced)])`, with the first ) after `unbalanced` being unamtched.

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

Received on Tuesday, 3 July 2018 00:47:06 UTC