-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add dynamic-range
media query
#5341
Comments
I just went searching for |
Per w3c/csswg-drafts#5042 (comment) @argyleink Doesn't seem like Chromium has an issue yet (search), want me to open one? :) (Firefox neither it appears) |
I'll open one if you don't want to! and here's a test page to open to check support https://codepen.io/argyleink/pen/oNxeWbz (you'll see an icon if HD color is supported) |
dynamic-range
media query
Shipping in Chrome 98:
https://willcassella.github.io/blink-hdr/demos/css-dynamic-range.html (this could be an easier test for caniuse): |
Shipping in Firefox 100: mdn/content@f2ca852 WPT tests: https://wpt.fyi/results/css/mediaqueries?label=master&label=experimental&aligned&q=dynamic-range Issue for being added to MDN: mdn/content#14405 |
https://webkit.org/blog/10247/new-webkit-features-in-safari-13-1/
Spec: https://drafts.csswg.org/mediaqueries-4/#dynamic-range
One could argue this is covered by #1069 as
dynamic-range
is in Media Queries Level 4. However the spec still seems to shift around anddynamic-range
is not yet mentioned in the issue.The text was updated successfully, but these errors were encountered: