• Success Criterion 1.4.10
  • Conformance level AA

Nested Scroll Area Requiring Scrolling in Both Directions

1.4.10 — Reflow

Scenario

Setting

A customer-support live-chat widget

What’s wrong

Zoom traps: content requiring both directions of scroll inside nested scroll containers.

Example

A customer-support live-chat widget runs into this exact issue: zoom traps: content requiring both directions of scroll inside nested scroll containers.

Why it matters

Low-vision users at high zoom and people reading on narrow mobile viewports. Here, on a customer-support live-chat widget, the result is they can't perceive part of the content because of how it's displayed.

How to test

Set the viewport to 320px and scroll within nested scroll containers: if reaching content requires scrolling both horizontally and vertically inside a nested box, it fails.

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 customer-support live-chat widget 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