Resource guide
2.5.7 Dragging Movements
Any functionality that requires dragging must also be achievable with a single pointer without dragging.
By Calling All Minds·Last updated April 2026
Success criterion
Conformance level
Legal standard — required for EAA compliance.
Added in WCAG 2.2
What it means
Dragging requires holding a pointer down while moving it, which is difficult or impossible for users with limited motor control. This new WCAG 2.2 criterion requires that all drag-and-drop functionality has a single-pointer alternative.
The alternative must accomplish the same outcome. Moving an item from one list to another via drag-and-drop could also be achieved through a 'Move to' button, a context menu, or tap-to-select followed by tap-to-place.
In practice
For sortable lists, provide up and down buttons alongside drag handles.
For drag-and-drop file upload, provide a file browse button as an alternative.
For sliders, ensure they can also be operated by clicking a position on the track (single pointer, no drag required).
For kanban boards or similar, provide a move action through a menu or button.
Common failures
- Sortable list where items can only be reordered by dragging
- File upload that only accepts files dragged onto a drop zone with no browse button
The tricky parts
The key is that the alternative must be a single-pointer action, meaning one tap or click. A two-step process of click to select then click to place is acceptable. A drag is not.
AXS Audit
AXS Audit checks your site against 2.5.7 and flags issues your team can act on straight away. It covers criteria that automated scanners often miss.
