RAWEBAA
How to test criterion 10.11 “For each web page, can the content be presented without any loss of information or functionality and without having to scroll vertically for a window with a height of 256 px or horizontally for a window with a width of 320 px (excluding special cases)?”
- WCAG references
- 1.4.10 Reflow (AA)
Official methodology to test criterion 10.11
Test 1 (10.11.1)
- Find the information and functions in the document if its content is designed to scroll vertically (the text reading direction is horizontal).
- Reduce the display window to a width of 320 px and check that the information and functions remain available without any horizontal scrolling.
- If this is the case, the test is validated.
Test 2 (10.11.2)
- Find the information and functions in the document if its content is designed to scroll horizontally (the text reading direction is vertical).
- Reduce the display window to a height of 256 px and check that the information and functions remain available without any vertical scrolling.
- If this is the case, the test is validated.