TL;DR: Responsive design needs to accommodate both text and content scaling in addition to screen sizes.
This issue focuses on specifically on Text Resizing (SC 1.4.4) and Reflow (SC 1.4.10) . In a nutshell, scaling either just the browser text or all browser content should never result in a loss of information or functionality. As a general rule, horizontal scrolling should be minimal, and if it is necessary, confined to the individual components.
This issue should be utilised both as individual features are being implemented and towards the end, before release. It should ultimately be one of the last issues resolved.
How to test
Configuration
This is easiest to test in Firefox
- Set the viewport to
320px wide
- In the main browser menu, under
View > Zoom toggle Zoom Text Only
- Zoom to 200%
General
The overarching requirements regardless of feature design or individual elements:
Individual Components
The following scenarios may become relevant depending on which components you are testing within your feature:
This issue focuses on specifically on Text Resizing (SC 1.4.4) and Reflow (SC 1.4.10) . In a nutshell, scaling either just the browser text or all browser content should never result in a loss of information or functionality. As a general rule, horizontal scrolling should be minimal, and if it is necessary, confined to the individual components.
This issue should be utilised both as individual features are being implemented and towards the end, before release. It should ultimately be one of the last issues resolved.
How to test
Configuration
This is easiest to test in Firefox
320pxwideView>ZoomtoggleZoom Text OnlyGeneral
The overarching requirements regardless of feature design or individual elements:
Individual Components
The following scenarios may become relevant depending on which components you are testing within your feature: