简体   繁体   中英

What is the browser zoom range required to be WCAG AA compliant?

If you're developing a web page containing all kinds of elements (text, image, charts etc), what is the zoom range that you have to support to make sure that your page is accessible according to WCAG standards?

This page talks about the upper limit being 200% https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html

Content satisfies the Success Criterion if it can be scaled up to 200%, that is, up to twice the width and height.

However I'm confused about the lower limit.

I find this part a bit vague:

Although not required for conformance, the following additional techniques should be considered in order to make content more accessible.

  • ...

  • Scaling text down to 50% (future link)

What if the page "breaks" (the layout gets messed up or some element becomes hidden) at zoom 50% but is fine above 50%? Does that mean that my page is WCAG AA compliant?

The zoom range you need to accommodate for comformance is between 100% - 200%.

If your visitors will all be using modern browsers that are capable of zooming text, then you don't need to provide a control to zoom. You can allow the user-agent (ie the browser) to handle the actual zooming.

What you do need to worry about is ensuring that the layout doesn't break and make the content un-readable when it is zoomed to 200%.

WGAC 2.1 is now the current standard, so you should refer to that specification, rather than WCAG 2.0.

https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html

In the updated version, the references to scaling down text have been removed. This is not a requirement, and you don't need to accomodate for negative zooming (anything under 100%) to achieve comformance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM