Replies: 5 comments 4 replies
-
1,4,10 requires that you test at the specified viewport width or height. whether you do it on a phone, tablet, desktop browser, or something else is up to you.
as written, the SC only applies for those exact widths/heights. nothing more. |
Beta Was this translation helpful? Give feedback.
-
Given that the explicitly stated purpose of the SC is to allow users to enlarge the text without needing to scroll in two directions, it does not make any sense to do the test at 100% zoom on a small device. As has been discussed many times, this may well be 320 CSS pixels, but it's not the same as testing with a 1280px window at 400% zoom because floating elements obscure a much larger proportion of the screen in the latter case. |
Beta Was this translation helpful? Give feedback.
-
Why using 320px, both as a value and as one single threshold for testing, should be contestedFor this criterion to be satisfied, even if WCAG currently seems to require that all content remains reachable on screens with exactly 320px width, I will keep believing that this WCAG directive does not make sense, for these reasons:
Here is my contribution to the Reflow discussion. Please test it. |
Beta Was this translation helpful? Give feedback.
-
It is my understanding that this criterion is not about mobile devices. It's about reading on any device - including a desktop/laptop. The requirement in my opinion is also not about about forcing the UI to fit in 320CSS pixels but about the length of blocks of content for reading that fit into that width (or height for vertical text). |
Beta Was this translation helpful? Give feedback.
-
This question has come up for our team in the context of testing native mobile applications, or web applications that are only scoped to mobile user agents. As written, it does not seem possible to satisfy 1.4.10, simply because current devices do not support an effective resolution of 320px screen width and have no way to adjust the viewport width independent of the screen resolution. WCAG2ICT (which is, of course, non-normative) has this to say:
Does this imply that native mobile applications, or mobile-specific web applications, for current gen devices cannot be said to conform with WCAG 2.1 or 2.2? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I am requesting a clear answer to the following questions:
Beta Was this translation helpful? Give feedback.
All reactions