WCAG 2.1.1: Keyboard
Success Criterion 2.1.1 — Level A
Quick Answer
Every function available by mouse must also be available by keyboard alone.
Why It Matters
Many users with motor disabilities cannot use a mouse and rely entirely on keyboard navigation.
How to Audit
Run an automated accessibility scan to detect common Keyboard failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of Keyboard issues — manual testing is essential.
How to Fix
Test all features with Tab/Enter/Space/Arrow keys only. Ensure no mouse-only interactions exist.
Frequently Asked Questions
What is WCAG 2.1.1 Keyboard?
Every function available by mouse must also be available by keyboard alone.
Is WCAG 2.1.1 required for ADA compliance?
WCAG 2.1 Level A is the minimum baseline for ADA website compliance. Courts have upheld WCAG 2.1 AA as the standard for ADA Title III lawsuits.
How do I fix WCAG 2.1.1 violations?
Test all features with Tab/Enter/Space/Arrow keys only. Ensure no mouse-only interactions exist.
Scan Your Site for WCAG 2.1.1 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan