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 accountReceived on Sunday, 24 November 2019 01:09:55 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:56 UTC