Level AOperable2.5.2

WCAG 2.5.2: Pointer Cancellation

For functionality operated with a single pointer, at least one condition is true regarding down-events.

ADA Relevance: Level A is the minimum baseline. Failing this criterion is a clear ADA violation and one of the easiest violations for plaintiff attorneys to identify.

Why Pointer Cancellation Matters

Users may accidentally touch or click. The action should happen on the up-event (release), allowing users to move away to cancel.

How to Test for WCAG 2.5.2 Violations

Click/touch interactive elements. Verify actions trigger on mouse-up/touch-end, not on mouse-down/touch-start. You should be able to cancel by moving away before releasing.

How to Fix WCAG 2.5.2 Violations

Use click events instead of mousedown/touchstart. The default behavior of native HTML elements (buttons, links) already handles this correctly.

Industries Most Affected by Pointer Cancellation Violations

These industries commonly fail WCAG 2.5.2 due to the nature of their website content and functionality:

Pointer Cancellation by Platform

Different platforms have different levels of built-in support for WCAG 2.5.2:

WCAG 2.5.2 FAQ

What does WCAG 2.5.2 Pointer Cancellation require?

WCAG 2.5.2 requires that for functionality operated with a single pointer, at least one condition is true regarding down-events. This is a Level A criterion under the Operable principle, meaning it is a minimum baseline requirement.

How do I test for WCAG 2.5.2 violations?

Click/touch interactive elements. Verify actions trigger on mouse-up/touch-end, not on mouse-down/touch-start. You should be able to cancel by moving away before releasing.

Is WCAG 2.5.2 required for ADA compliance?

Yes. WCAG 2.5.2 is a Level A criterion, and courts consistently reference WCAG 2.1 AA as the standard for ADA compliance. Failing to meet this criterion creates legal exposure for ADA lawsuits, which typically settle for $10,000 to $75,000+.

What happens if my website fails WCAG 2.5.2?

Failing WCAG 2.5.2 Pointer Cancellation means users may accidentally touch or click. The action should happen on the up-event (release), allowing users to move away to cancel. This violation is detectable by automated scanning tools that ADA plaintiff attorneys use to identify lawsuit targets. ADA CodeFix can scan your site for this specific violation and provide AI-generated code fixes.

Test Your Site for WCAG 2.5.2 Violations

ADA CodeFix automatically scans for Pointer Cancellation violations and provides AI-generated code fixes — not overlay widgets.

Scan Your Site Free
50+ WCAG rules AI code fixes No credit card