Skip to content
install

tool · one of 51 free, no counter

Text stress

Does this page survive WCAG text spacing, and right-to-left?

WCAG 1.4.12 asks a page to survive four overrides - line height 1.5, letter spacing 0.12em, word spacing 0.16em, two ems after a paragraph - and most pages are never tried with them. This puts them on the page you are looking at, measures every box that hides overflow before and after, and lists only the ones that newly clip, so a headline cropped on purpose is not blamed on the spacing.

Reach it Press ⌘ + K on any tab and type text stress. Ctrl + K on Windows and Linux

WCAG text spacing and right-to-left put on the page, and what stops fitting
reads every box that hides overflow, before and after
writes spacing and dir=rtl, removed when you leave
sends nothing
spacing 1.5 line, 0.12em letter, 0.16em word, 2em paragraph
reports only boxes that newly clip
blind spot text that spills over a neighbour is not measured
plan free
section#about

What this actually is

Before an accessibility review, after a redesign that tightened a card or a button, and before a site gets an Arabic or Hebrew translation - the right-to-left switch shows a layout built on left and right in one press.

section#asked

Asked about this tool

Why only boxes that newly clip?

Because plenty of pages crop text on purpose - a one-line teaser, a truncated table cell. Measuring before and after the change means the list is what the spacing broke, not every ellipsis the design already had.

Does it catch text that overlaps something else?

No. Only a box that hides its overflow can be caught cutting text off. Text that spills across a neighbour is a different failure, and it is left to your eyes rather than guessed at.

What does the right-to-left switch actually change?

It sets dir=rtl on the root element. Flow and logical properties flip with it; anything positioned with a hard left or right stays where it was, which is exactly what it is there to show.

Is anything saved on the site?

No. Both changes are edits to the page in this tab, taken off when you leave the tool, and a reload puts everything back.

how to use text stress

  1. Open Text stress on the page you want to check.
  2. Switch on Text spacing to apply the four WCAG 1.4.12 values to the live page.
  3. Read the clipped list: every box that cuts its text off now and did not before.
  4. Try Right to left too, then leave the tool and the page is put back.