[csswg-drafts] [css-mediaqueries] posible error on Example 25

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

== [css-mediaqueries] posible error on Example 25 ==
On [Media Queries Level 4 under `width`](https://www.w3.org/TR/mediaqueries-4/#width) the example 25 shows a range with a `min-width`:

`@media (400px <= min-width <= 700px) { … }`

Maybe I am not understanding the spec correctly, but it seems strange to have a range with a `min-width`. Shouldn't that be just `width`? If that's the case I am happy to send a PR.

Thanks a lot!

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

Received on Friday, 10 March 2017 10:04:33 UTC