You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore applying em sizing to all spacing on GOV.UK Frontend to theoretically improve the text-only zoom experience for components and styles.
Why
Whilst GOV.UK Frontend is built to accomadate standard browser zoom and provide a good experience for zoom users, browser also include features to "zoom" text only ie: increase the size of the text on the page but not the viewport ala standard browser zoom. The experience for text only zoom currently isn't great, with text often getting squashed within width containers that don't grow and reflow with the larger text.
What
Explore applying
em
sizing to all spacing on GOV.UK Frontend to theoretically improve the text-only zoom experience for components and styles.Why
Whilst GOV.UK Frontend is built to accomadate standard browser zoom and provide a good experience for zoom users, browser also include features to "zoom" text only ie: increase the size of the text on the page but not the viewport ala standard browser zoom. The experience for text only zoom currently isn't great, with text often getting squashed within width containers that don't grow and reflow with the larger text.
Examples
Using the Check your answers full page example.
Chrome's default text size increase (set to Very Large):
Safari's text zoom (roughly 400%)
Firefox's text only zoom (roughly 400%)
Previous issues
Where we've tried to tackle this already
Assumptions
em
sizing will provide a good experience for text only zoom usersTimebox
1 sprint
Questions to answer
px
withem
or thegovuk-em
mixin?Done when
The text was updated successfully, but these errors were encountered: