Keyboard Accessible
Keyboard accessible means that a website or application can be fully operated using only a keyboard, without requiring a mouse or touchpad. This matters for people who cannot use a pointing device, including many users with motor disabilities and people who rely on screen readers or other assistive technologies that emulate keyboard input.
Keyboard Accessible corresponds to WCAG Guideline 2.1, which requires that all functionality be operable through a keyboard interface. A keyboard interface allows users to provide keystroke input to programs even when the native technology does not include a physical keyboard, so the requirement extends to assistive technologies and devices that emulate keystroke input rather than being limited to hardware keyboards. Meeting this guideline generally involves ensuring interactive components are reachable and operable via keyboard, that focus is not trapped, and that operation does not depend on specific timings or path-based gestures. Note that satisfying keyboard-related success criteria does not by itself guarantee a fully usable experience; manual testing with keyboards and assistive technology is commonly needed to confirm operability. This entry describes the technical guideline and is not legal advice.
Why it matters
Keyboard accessibility is widely regarded as one of the most fundamental aspects of web accessibility because so many users depend on it. Many people with motor disabilities cannot reliably use a mouse or touchpad and instead navigate entirely with a keyboard. Beyond physical keyboards, users of screen readers and other assistive technologies commonly rely on the keyboard interface, and some devices emulate keystroke input even when they lack a physical keyboard. When functionality can only be triggered by a mouse click, hover, or path-based gesture, these users may be unable to complete essential tasks such as filling out forms, navigating menus, or completing a purchase.
The underlying requirement is captured in WCAG Guideline 2.1, which asks that all functionality be operable through a keyboard interface. Because a keyboard interface allows keystroke input to programs even where the native technology does not contain a physical keyboard, meeting this guideline supports a broad range of assistive technologies rather than a single category of hardware. Common barriers include interactive components that cannot receive focus, keyboard focus that becomes trapped in a component, and operations that depend on specific timings or gestures.
It is important to note that satisfying keyboard-related success criteria does not by itself guarantee a fully usable experience, and it does not by itself ensure legal compliance. Automated tools detect only a portion of potential issues, so manual testing with a keyboard and with assistive technology is generally needed to confirm that content is truly operable. This entry describes the technical guideline and is not legal advice; organizations should consult qualified counsel regarding their specific obligations.
Who it's relevant to
Inside Keyboard Accessible
Common questions
Answers to the questions practitioners most commonly ask about Keyboard Accessible.