- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Sat, 16 Jun 2018 14:39:43 +0000
- To: public-css-archive@w3.org
Whoops, no, that's not intended. Should be ``` <mf-range> = <mf-name> [ [ '<' | '>' ]? '='? ]! <mf-value> | <mf-value> [ [ '<' | '>' ]? '='? ]! <mf-name> ``` Or perhaps just replace that middle bit with `<mq-comparison>`, defined as: ``` <mq-comparison> = [ '<' | '> ] '='? | '=' ``` -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2790#issuecomment-397816681 using your GitHub account
Received on Saturday, 16 June 2018 14:39:45 UTC