Skip to content

[css-mediaqueries] posible error on Example 25 #1094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andresgalante opened this issue Mar 10, 2017 · 1 comment
Closed

[css-mediaqueries] posible error on Example 25 #1094

andresgalante opened this issue Mar 10, 2017 · 1 comment
Assignees

Comments

@andresgalante
Copy link

On Media Queries Level 4 under 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!

@frivoal frivoal self-assigned this Mar 13, 2017
@frivoal frivoal added the mediaqueries-4 Current Work label Mar 13, 2017
@frivoal
Copy link
Collaborator

frivoal commented Mar 13, 2017

This is indeed an error, and has now been fixed in the Editor's Draft. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants