Keyboard-Only Testing
Keyboard-only testing is a way of checking whether a website or application can be fully used with just a keyboard, without a mouse. It confirms that a person can move to and operate every interactive part of the page, such as links, buttons, and forms, using keys like Tab, Enter, and the arrow keys. This type of testing is a standard part of evaluating digital accessibility and is done manually.
Keyboard-only testing is a manual accessibility evaluation method in which an evaluator navigates and operates content using only the keyboard interface, verifying that all interactive functionality is reachable and operable without a pointing device. It commonly assesses visible focus indication, logical focus order, the ability to perform the same or comparable actions available to mouse users, and the absence of keyboard traps, where focus cannot be moved away from a component using the keyboard alone. This testing is closely associated with WCAG Success Criterion 2.1.1 (Keyboard, Level A), whose normative requirement is that there be a keyboard-operable way to perform the same or comparable actions and to operate the content. As a manual technique, keyboard-only testing addresses issues that automated tools cannot fully detect and is generally treated as one component of a broader evaluation that also includes assistive technology testing; it is not on its own a determination of full WCAG conformance or legal compliance.
Why it matters
Keyboard operability is foundational to digital accessibility because many people cannot or do not use a pointing device such as a mouse. People with motor disabilities, those who rely on assistive technologies, and users of alternative input methods commonly navigate entirely through the keyboard interface. If interactive elements like links, buttons, and forms cannot be reached or operated with keys such as Tab, Enter, and the arrow keys, those users may be effectively locked out of core functionality. Keyboard-only testing verifies that this basic pathway works.
This testing is closely associated with WCAG Success Criterion 2.1.1 (Keyboard), a Level A criterion whose normative requirement is that there be a keyboard-operable way to perform the same or comparable actions available to mouse users and to operate the content. Because it is a manual technique, keyboard-only testing surfaces problems that automated tools cannot fully detect, such as missing or illogical focus order, absent visible focus indication, and keyboard traps where focus cannot be moved away from a component using the keyboard alone.
It is important to treat keyboard-only testing as one component of a broader evaluation rather than a complete measure of accessibility. Passing keyboard tests does not on its own establish full WCAG conformance, nor does it guarantee legal compliance, and it does not substitute for assistive technology testing. Organizations should combine it with manual and assistive technology evaluation and, where legal exposure is a concern, consult qualified counsel and current agency guidance, as requirements evolve through regulation and case law.
Who it's relevant to
Inside Keyboard-Only Testing
Common questions
Answers to the questions practitioners most commonly ask about Keyboard-Only Testing.