Dragging Movements
Dragging movements are actions where a user grabs an element on screen and moves it from a starting point to a different position, such as drag-and-drop interfaces. Under a WCAG guideline, functionality that relies on dragging should also be operable with a simpler single-pointer action (like a tap or click), unless the dragging is essential to the task. This helps people who have difficulty performing precise or sustained dragging gestures.
Dragging Movements refers to WCAG 2.2 Success Criterion 2.5.7, a Level AA criterion introduced in WCAG 2.2. It requires that all functionality operated through a dragging movement can also be achieved with a single pointer without dragging, unless dragging is essential or the functionality is determined by the user agent and not modified by the author. A dragging movement, as described by the W3C, involves the user grabbing an element and moving it to another position; the start and end points of the motion are significant while the actual path taken is not. Meeting this criterion typically involves providing an alternative single-pointer mechanism (for example, tap-to-select-then-tap-to-place, or button controls) in addition to any drag-based interaction. Note that this entry describes the technical guideline only and is not legal advice; applicable legal obligations vary by jurisdiction and should be evaluated with qualified counsel.
Why it matters
Dragging movements can create significant barriers for people who have difficulty performing precise or sustained gestures. Grabbing an element, holding the pointer down, and moving it accurately to a target requires fine motor control and coordination that many users cannot reliably achieve. This includes people with motor disabilities such as tremors, people using head pointers or switch devices, and people navigating with a single finger or an alternative pointing method. When a task can only be completed by dragging, these users may be locked out of the functionality entirely.
WCAG 2.2 Success Criterion 2.5.7 (Dragging Movements), a Level AA criterion introduced in WCAG 2.2, addresses this by requiring that functionality operated through dragging also be achievable with a simpler single-pointer action, such as a tap or click, unless the dragging is essential to the task. As described by the W3C, a dragging movement involves grabbing an element and moving it to another position, where the start and end points matter but the actual path taken does not. Providing an alternative single-pointer mechanism means the underlying task remains available to users who cannot perform the drag.
Because this criterion was added in WCAG 2.2, teams that previously conformed to WCAG 2.0 or 2.1 will not have addressed it under those earlier versions. It is worth noting that meeting this success criterion supports operability for a specific set of interaction barriers but does not on its own guarantee an accessible experience or legal compliance; applicable legal obligations vary by jurisdiction and should be evaluated with qualified counsel.
Who it's relevant to
Inside Dragging Movements
Common questions
Answers to the questions practitioners most commonly ask about Dragging Movements.