Contrast ratio requirements for WCAG level AA

筅森魡賤 提交于 2020-01-06 04:46:08

问题


I'm working on a website design that needs to meet WCAG 2.0 AA requirements - and I'm not sure how to interpret the contrast ratio requirements:

"1.4.3 Contrast (Minimum): The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following"

(reference: https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0#qr-visual-audio-contrast-contrast).

Given that most (if not all) operating systems as well as browsers nowadays have contrast enhancement features built-in, what's the rationale for this requirement?


回答1:


It should not be necessary for a user who requires enhanced accessibility features to install plugins or alter settings for them to use your website/service. By meeting the WCAG guidelines on contrast (and other things) you can improve the experience for those users in a vanilla browser and operating system.

There are many contrast checkers online which help with this, I use this one. This SO question explains what the different ratings mean very well.

I like to think that when it comes to accessibility it is worth investing time in doing it properly so that more people can use your site or service. Not making your site/service accessible when it is relatively easy to do so is locking these users out. They will shop elsewhere rather than battle with browser/OS settings in order to get your website usable for them.

If it requires user customization of your site just to make it usable, that is a fail on your part.

A side benefit is that for people with nominal eye site, your site will be easier to read and look at for long periods of time if foreground items contrast well with the background. Which is something you probably want, right?




回答2:


Given that most (if not all) operating systems as well as browsers nowadays have contrast enhancement features built-in, what's the rationale for this requirement?!

  1. People can not always choose which operating system they use, for instance when using an interactive kiosk (public terminal), or won't be able to install such plugins (university computers, mobile phone, ...)

  2. WCAG defines minimum and enhanced contrast ratios. Those are still insufficient for people with important disabilities like glaucoma, LHON, ... Those requirements have to be seen as "minimal" (or enhanced), not "optimal".

  3. Certain people (like elderly people) won't know every shortcut to activate a given accessibility feature.



来源:https://stackoverflow.com/questions/57160658/contrast-ratio-requirements-for-wcag-level-aa

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!