Text Spacing
Text Spacing refers to the ability of users to adjust the space between lines, paragraphs, letters, and words in text without losing content or breaking how a page works. It helps people who need more spacing to read comfortably, such as some users with low vision or dyslexia. It is addressed by a WCAG success criterion commonly cited at conformance Level AA.
Text Spacing is defined by WCAG Success Criterion 1.4.12, introduced in WCAG 2.1 at conformance Level AA. It requires that no loss of content or functionality occurs when a user overrides text spacing to at least the following values (with no other style property changed): line height (line spacing) of at least 1.5 times the font size, spacing following paragraphs of at least 2 times the font size, letter spacing (tracking) of at least 0.12 times the font size, and word spacing of at least 0.16 times the font size, per the W3C Understanding document. In implementation, these properties commonly map to CSS such as line-height, letter-spacing, word-spacing, and paragraph margins. Note that meeting this criterion is one aspect of accessibility and does not by itself guarantee overall usability or legal compliance; manual and assistive technology testing remain necessary, and this entry is not legal advice.
Why it matters
Readable text is foundational to using the web, and the ability to increase spacing between lines, paragraphs, letters, and words can make the difference between content that is legible and content that is overwhelming. Some people with low vision, dyslexia, or other reading-related needs adjust text spacing through browser settings, extensions, or custom stylesheets so they can process text more comfortably. When a page is built with fixed or rigid layouts, those adjustments can cause text to overlap, get cut off, or push controls out of reach, effectively locking out users who depend on spacing changes.
Text Spacing, addressed by WCAG Success Criterion 1.4.12 at Level AA, focuses on ensuring that when users override spacing to the specified values, no content or functionality is lost. Rather than requiring authors to provide a spacing control themselves, the criterion asks that a page remain usable when users apply their own spacing preferences. This supports personalization and respects the reality that no single fixed layout works for everyone.
Meeting this criterion is one aspect of an accessible experience and does not by itself guarantee overall usability or legal compliance. Automated tools may flag some spacing-related layout problems, but manual review and testing with assistive technologies remain necessary to confirm that content and functionality survive user spacing adjustments. This entry is not legal advice; requirements evolve through regulation and case law, and organizations should consult qualified counsel for their specific obligations.
Who it's relevant to
Inside Text Spacing
Common questions
Answers to the questions practitioners most commonly ask about Text Spacing.