10.12
On each web page, can the text spacing properties be redefined by the user without loss of content or functionality (except in special cases)?
WCAG Reference
WCAG 1.4.12Tests
- 10.12.1
On each web page, does the text remain legible when the display is modified according to these conditions (excluding special cases)?
The spacing between lines (line-height) is set to at least 1.5 times the font size.
The spacing between paragraphs (<p>tag) is set to at least 2 times the font size.
Letter spacing (letter-spacing) is set to at least 0.12 times the font size.
Word-spacing is set to at least 0.16 times the font size.
WCAG Techniques
- C8
- C21
- C35
- C36
- F104