-
Notifications
You must be signed in to change notification settings - Fork 24
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
prefers-reduced-transparency #145
Comments
Adding general privacy concern about exposing |
Fwiw, I wrote the patch implementing it to Gecko and it was agreed to disable by default for now due to fingerprinting concerns also. |
There's a PR for this at WebKit/WebKit#11560 |
Any further thoughts on this specific media query? |
To add to this I'm also currently implementing this in chrome. It's behind the experimental flag atm. |
mozilla/standards-positions#851 I've filed a separate Mozilla position issue specifically related to this media query. |
Tag Review: w3ctag/design-reviews#881 |
Fwiw this is shipping in chrome 118. |
@lukewarlow wrote in w3ctag/design-reviews#881:
and
Additional context on why this isn't implemented in WebKit yet found in CSS #8651 (quoting):
|
To unblock things, would it help if Safari (and possible other UAs) added a preference “Allow websites to cater their UI to my personal preferences and settings” and have that turned off by default? When turned off, all That way, the APIs can be supported while users (by default) remain protected. |
Fwiw Gecko's |
@bramus I've raised a similar idea on the interop issue for this. Making some (I agree at least color scheme should be on by default) disabled by default makes it a very deliberate opt in for these new media queries to actually expose your preferences? Begs the question whether a UI can allow for meaningful consent but it doesn't need to be overly visible provided the people who need it can find it. |
Fwiw I made an interop 2024 proposal for this MQ and then decide it would probably be better to raise an investigation effort into resolving these privacy concerns. See web-platform-tests/interop#515 might be best to discuss further in there? |
@bramus wrote:
We (Apple WebKit contributors specifically and the CSS Working Group more generally) have discussed various accessibility-related user prompts over the years. The main argument against your proposal I remember is that the vast majority of users will not understand that “Allow websites to cater their UI to my personal settings” also means “Allow websites to track me more easily.” |
Request for position on an emerging web specification
Information about the specification
prefers-reduced-transparency
Design reviews and vendor positions
Bugs tracking this feature
Anything else we need to know
Whilst this is part of Media Queries Level 5, it is unclear whether this is generally accepted by vendors due to a potential fingerprinting risk. Would be good to have an opinion from WebKit if possible. Thanks!
The text was updated successfully, but these errors were encountered: