Skip to content

[css-mediaqueries-4] Unused mf-eq token in level 4 #5457

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

Open
stephen opened this issue Aug 21, 2020 · 0 comments
Open

[css-mediaqueries-4] Unused mf-eq token in level 4 #5457

stephen opened this issue Aug 21, 2020 · 0 comments
Labels
mediaqueries-4 Current Work

Comments

@stephen
Copy link

stephen commented Aug 21, 2020

In the syntax section, <mf-comparison> includes a rule for <mf-eq>. I think that would imply that syntaxes like:

@media (min-width = 600px);

are valid.

However, I didn't see any other informal mentions of ='s syntax in the spec, or why it'd be interpreted differently from the existing: syntax (e.g. @media (min-width: 600px);).

I see that this change was made in d8e702d without (I think) intending to introduce this syntax, as <= and >= are covered by <mf-lt> and <md-gt> productions.

Is this an error in the spec, or is there something I'm missing?

@fantasai fantasai added the mediaqueries-4 Current Work label Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mediaqueries-4 Current Work
Projects
None yet
Development

No branches or pull requests

2 participants