Authoring practices for supporting media query `prefers-contrast: more`
jongund opened this issue · 1 comments
jongund commented
Most desktop and mobile operating systems have an accessibility feature for users to set a more contrast accessibility preference. When this preference is set, browsers set the prefers-contrast
media query to more
.
- When users prefer more contrast, what should authors do to respect that preference?
- Which WCAG requirements apply to this user preference? For example, when this preference is selected should web pages support Success Criterion 1.4.6 Contrast (Enhanced).
Related to #2991.
mcking65 commented
Are you aware of any sites that use the prefers-contrast
media query? macOS and Windows both have formulaic ways of responding to the corresponding accessibility setting in the OS. Do you know how the additional contrast is calculated? Could/should web pages attempt to mimic the OS behavior?