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 ?