• Success Criterion 2.5.2
  • Conformance level A

2.5.2 · Pointer Cancellation

Lesson overview · Pointer Cancellation

In plain language

Actions must fire when the press is RELEASED, so users can slide off to cancel.

Who it affects

People with tremor or imprecise pointing who need to cancel a down-press.

How to check

Press a control, slide your finger/pointer off it, then release: the action must not fire.

Common misconception

Making a button feel “responsive” by firing on touchstart instead of the click event actually breaks this rule, since users lose the ability to slide their finger away and cancel an accidental press.

Learn more

Scenarios in this lesson