• Success Criterion 1.4.10
  • Conformance level AA

Long Unbroken Text or URL That Forces Horizontal Scrolling

1.4.10 — Reflow

Scenario

Setting

A pharmacy app's prescription-refill form

What’s wrong

Long unbroken strings/URLs without overflow-wrap forcing horizontal scroll.

Example

Watch a pharmacy app's prescription-refill form closely and you'll spot this: long unbroken strings/URLs without overflow-wrap forcing horizontal scroll.

Why it matters

Low-vision users at high zoom and people reading on narrow mobile viewports. Here, on a pharmacy app's prescription-refill form, the result is they can't read the text against its background.

How to test

Set the viewport to 320px and check long unbroken strings/URLs: without overflow-wrap, they can force horizontal scrolling.

How to fix

At 320 CSS px width (400% zoom on a 1280px desktop), content must reflow into one column with only vertical scrolling and nothing missing or unreachable.

Outcome

After the fix, the same visitor to a pharmacy app's prescription-refill form can now read the text clearly against its background.

Who is affected

Low-vision users at high zoom and people reading on narrow mobile viewports.

Learn more