Re: [csswg-drafts] [mediaqueries-4][mediaqueries-5] Is <mf-range> syntax correct?

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