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.
Users may accidentally touch or click. The action should happen on the up-event (release), allowing users to move away to cancel.
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.
Use click events instead of mousedown/touchstart. The default behavior of native HTML elements (buttons, links) already handles this correctly.
These industries commonly fail WCAG 2.5.2 due to the nature of their website content and functionality:
Different platforms have different levels of built-in support for WCAG 2.5.2:
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.
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.
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+.
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.
ADA CodeFix automatically scans for Pointer Cancellation violations and provides AI-generated code fixes — not overlay widgets.
Scan Your Site FreeLevel A
Level A
Level A
Level A