- From: Andreas Lind via GitHub <sysbot+gh@w3.org>
- Date: Sun, 24 Nov 2019 01:09:53 +0000
- To: public-css-archive@w3.org
papandreou has just created a new issue for https://github.com/w3c/csswg-drafts: == [mediaqueries] The <general-enclosed> production contains unbalanced parentheses == In https://www.w3.org/TR/mediaqueries-4/#mq-syntax the `<general-enclosed>` production contains an unmatched end parenthesis: ``` <general-enclosed> = [ <function-token> <any-value> ) ] | ( <ident> <any-value> ) ``` I think it should have been: ``` <general-enclosed> = [ <function-token> ( <any-value> ) ] | ( <ident> <any-value> ) ``` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4534 using your GitHub account
Received on Sunday, 24 November 2019 01:09:55 UTC