WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
241 stars 18 forks source link

Media query to indicate preference for shapes over colours #225

Open lukewarlow opened 1 year ago

lukewarlow commented 1 year ago

WebKittens

No response

Title of the spec

Media query to indicate preference for shapes over colours

URL to the spec

https://github.com/w3c/csswg-drafts/issues/7406

URL to the spec's repository

No response

Issue Tracker URL

No response

Explainer URL

No response

TAG Design Review URL

No response

Mozilla standards-positions issue URL

No response

WebKit Bugzilla URL

No response

Radar URL

No response

Description

This would be a new media query to indicate that the user prefers information to be conveyed through more than just colour. This is particularly useful for those with colour blindness. More detail can be found in the linked issue.

Apple platforms have a specific accessibility setting that would match up to this. They also have colour filters (at least on macOS) that could also trigger this setting.

lukewarlow commented 1 year ago

Other preference media queries have a general concerns privacy tag on the basis of fingerprinting which is a similar concern with this one. From my perspective as a developer accessibility should win but I understand different priorities.

Potentially it could be an opt in where you give up privacy for accessibility help.