-
Notifications
You must be signed in to change notification settings - Fork 317
Description
This probably rehashes/covers some of the ground already discussed in #1188 #987 w3c/wcag3#198 but it would be good to finally get some form of consensus:
Assume the scenario where a site that nominally has "vertical scrolling content" has, when viewed at 320x256 CSS px viewport (which is the situation the understanding document purports to address, where a user on a medium-sized 1280x1024 display is zooming to 400%), content that is never visible/reachable because it is cut off or covered by sticky page elements. Not just "they only have a small sliver of space to see the content" (but still can, even though it's difficult), but when it goes to the extreme of "they've not added sufficient padding/spacing at all, meaning the content/controls are never in view).
Does this normatively pass because the content is "vertical scrolling content", so we only care about the 320 CSS px width and as long as nothing gets cut off horizontally and/or causes bidirectional scrollbars (with exceptions) is a pass? Or do we nonetheless - based on the intent of the SC - note that while in terms of the width everything is fine (nothing is cut off/causes bidirectional scrollbars), the reduced vertical viewport height is causing content to be cut off and therefore it's a " loss of information or functionality"?
There do seem to be different interpretations in use in the wild, which is causing confusion.