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

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [mediaqueries-4][mediaqueries-5] Is <mf-range> syntax correct? ==
https://drafts.csswg.org/mediaqueries-4/#mq-syntax says:

```
<mf-range> = <mf-name> [ '<' | '>' ]? '='? <mf-value>
           | <mf-value> [ '<' | '>' ]? '='? <mf-name>
```

That means that `width 500px` is a valid production, for example, without any operator, neither `=` or `>` / `<`.

Is this intentional? If so, is it worth a test / clarification?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2790 using your GitHub account

Received on Saturday, 16 June 2018 03:30:43 UTC