[css-mediaqueries] posible error on Example 25 #1094
Labels
Closed Accepted as Obvious Bugfix
mediaqueries-4
Current Work
Testing Unnecessary
Memory aid - issue doesn't require tests
Tracked in DoC
On Media Queries Level 4 under
width
the example 25 shows a range with amin-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 justwidth
? If that's the case I am happy to send a PR.Thanks a lot!
The text was updated successfully, but these errors were encountered: