-
Notifications
You must be signed in to change notification settings - Fork 72
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 Media Queries Level 5: prefers-reduced-motion, prefers-contrast, … #410
base: main
Are you sure you want to change the base?
Conversation
…prefers-color-scheme as important Add a cluster of related Media Queries Level 5 features: prefers-reduced-motion, prefers-contrast, prefers-color-scheme as important
cc @jcsteh for a second opinion. But this looks good to me. |
Looks good to me also. Thanks.
|
This would close #393. One thing I've been wondering with respect to exposing this kind of information to pages is privacy and to some extent abuse. And https://www.w3.org/TR/mediaqueries-5/#mq-prefers-security is awfully empty both with regards to risks and mitigation options. What prevents a site upon seeing a request for reducing motion from increasing it? And these signals coupled with others would also allow for targeted advertising and other kinds of manipulation. |
Fyi I've raised a separate issue to get a position on this #851 Also similarly I've raised an issue regarding |
…prefers-color-scheme as important
Add a cluster of related Media Queries Level 5 features: prefers-reduced-motion, prefers-contrast, prefers-color-scheme as important