- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Jul 2018 00:47:00 +0000
- To: public-css-archive@w3.org
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