Skip to main content
WCAG success criterion · Operable

2.1.1 Keyboard

Guideline 2.1 Keyboard Accessible. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

All functionality must be operable through a keyboard interface, without requiring specific timings for individual keystrokes. Pointer-only interactions are a failure unless the underlying function is path-dependent (like freehand drawing).

Who it helps

People who cannot use a mouse: blind users, people with motor disabilities, switch-device users, power users.

Example: fails vs passes

Fails
<div class="btn" onclick="save()">Save</div>
Passes
<button type="button" onclick="save()">Save</button>

A native button is focusable and fires on Enter and Space for free. Custom widgets must add the expected key handling.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.1.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial