<aside> 💡 WCAG 2.2 added 9 new success criteria. This page covers the ones most relevant to government digital services with actionable implementation guidance for designers and developers.

</aside>


2.4.11 — Focus Not Obscured (Minimum) — Level AA

When a UI component receives keyboard focus, it must not be entirely hidden by author-created content (sticky headers, cookie banners, chat widgets, floating action buttons).

Designer

Developer


2.5.7 — Dragging Movements — Level AA

Any action that uses dragging (drag-and-drop reordering, sliders, map panning, crop rectangles) MUST have a single-pointer alternative that doesn't require dragging.

Alternatives to provide

Drag action Single-pointer alternative
Drag to reorder list items Move up / Move down buttons, or a position number input
Drag slider handle Click anywhere on the track to set value, OR provide a number input
Drag to crop image Input fields for x, y, width, height
Drag to pan a map Arrow buttons or click-to-pan
Drag file to upload area Click to browse button
Drag to draw/annotate Click-to-place-points or form-based input
Kanban card drag between columns Move to [column] dropdown on each card

Developer