Skip to main content
Home
Back to Guidelines
  • Operable
  • WCAG 2.2.2
  • Level A

What is Pause, Stop, Hide?

Moving or auto-updating content should be pausable, stoppable, or hideable.

This keeps motion from distracting or trapping users.

  • People sensitive to motion or distraction.
  • Keyboard and screen reader users.
  • Users who need to focus on reading.
  • Improves Accessibility
  • User Control
  • Better User Experience
  • Supports Compliance

Good vs Bad Examples

Use the tabs to compare controlled motion with autoplaying motion.

Controlled moving content

Live ticker with Pause, Stop, and Hide controls.
html live code
<button aria-pressed="false">Pause carousel</button>
Why this is correct:
  • Users can pause or stop motion.
  • Auto-updating content can be halted.
  • Supports WCAG 2.2.2.

Implementation Checklist

Progress0 / 6 completed (0%)

Knowledge Check

Answer Yes or No to test your understanding of motion controls.

Score: 0 / 5 · Answered: 0 / 5

Should moving content have pause or stop controls?

Can auto-updating content be hidden from the user?

Should motion keep running if a user wants to read something else?

Does WCAG 2.2.2 address pause, stop, hide?

Is auto-updating content always acceptable without control?