Skip to content
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

Media Query Ranges supported in Firefox since 63 #57

Closed
JakoD opened this issue Dec 12, 2019 · 3 comments · Fixed by #72
Closed

Media Query Ranges supported in Firefox since 63 #57

JakoD opened this issue Dec 12, 2019 · 3 comments · Fixed by #72

Comments

@JakoD
Copy link

JakoD commented Dec 12, 2019

Since it was asked in #30

Tested against https://codepen.io/jakod/pen/rNaLjGq
Firefox 63+: ✓
Chrome 78 and 80 (dev): ✗
Safari 13: ✗
Edge 18: ✗

@petamoriken
Copy link
Contributor

petamoriken commented Dec 13, 2019

(width > 600px) is supported, but (600px < width) and (600px < width < 1000px) is not supported in Firefox.

@Antonio-Laguna
Copy link
Member

I've requested MDN to update their data: mdn/browser-compat-data#14593

@romainmenke
Copy link
Member

MDN data has been updated 🎉

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

Successfully merging a pull request may close this issue.

4 participants