Skip to main content

Text Spacing Tester

Paste HTML, then compare the original rendering against WCAG 1.4.12 text spacing overrides. Look for content that clips, overlaps, or overflows when spacing is increased.

Applied CSS Overrides (WCAG 1.4.12)

* {
  line-height: 1.5 !important;
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}
p {
  margin-bottom: 2em !important;
}

What to Look For

Related WCAG Criteria