Skip to main content
WCAG success criterion · Operable

2.2.2 Pause, Stop, Hide

Guideline 2.2 Enough Time. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Any moving, blinking or scrolling content that starts automatically, lasts more than 5 seconds and sits alongside other content must have a pause, stop or hide control. Auto-updating content needs the same or a frequency control.

Who it helps

People with attention or cognitive disabilities who cannot read while things move; screen magnifier users.

Example: fails vs passes

Fails
<div class="carousel" data-autoplay="5000"><!-- no pause control --></div>
Passes
<div class="carousel" data-autoplay="5000">
    <button type="button" class="carousel-pause" aria-pressed="false">Pause</button>
    </div>

Anything auto-moving longer than 5 seconds needs pause/stop/hide. Better: respect prefers-reduced-motion and do not auto-play at all.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.2.2?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial