LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Update features defined in Media Queries Level 5 #202

Closed PolariTOON closed 3 years ago

PolariTOON commented 3 years ago

The light-level color media feature was removed from the spec.

The spec also defines forced-colors as a legacy syntax for prefers-contrast.

I also added dynamic-range, video-color-gamut and video-dynamic-range features, but neither video-width nor video-height nor video-resolution since there is a inline issue in the spec saying they are not stable enough.

(spec link: https://drafts.csswg.org/mediaqueries-5/)

LeaVerou commented 3 years ago

Thank you!