Keyboard Navigation
Keyboard navigation is the ability to move through and operate a website or application using only a keyboard, without needing a mouse or touchpad. Users press keys such as Tab to move between links, buttons, and form fields and activate them. This benefits people with certain disabilities, as well as others who may prefer or rely on the keyboard for reasons unrelated to disability.
Keyboard navigation refers to the operation of an interface's interactive content and controls through keyboard input rather than a pointing device, typically using keys such as Tab, Shift+Tab, Enter, Space, and arrow keys to move focus and trigger actions. Effective keyboard navigation depends on a logical and intuitive focus (tab) order, visible focus indication, and mechanisms that allow users to jump between regions of content. It is a foundational aspect of accessible design and is commonly associated with WCAG success criteria concerning keyboard operability; note that meeting keyboard requirements requires manual and assistive technology testing, as automated tools detect only a portion of issues. This entry is informational and not legal advice.
Why it matters
Keyboard navigation is a foundational requirement of accessible design because many people cannot use a mouse or touchpad to interact with digital interfaces. People with certain motor disabilities may rely on the keyboard or on assistive technologies that emulate keyboard input, and people who are blind or have low vision often navigate by keyboard in combination with a screen reader. When interactive content such as links, buttons, menus, and form fields cannot be reached or operated by keyboard alone, these users may be unable to complete essential tasks.
The benefit is not limited to people with disabilities. Users without disabilities may prefer or rely on the keyboard for navigation, and people using uncommon environments such as game console browsers or smart devices may depend on keyboard-style input as well. Because keyboard operability underlies so many use cases, it is commonly associated with WCAG success criteria concerning keyboard operability and is often one of the first things evaluated in an accessibility review.
It is important to note that meeting keyboard requirements cannot be fully verified by automated tools alone, which detect only a portion of issues. Manual testing and testing with assistive technology are generally required to confirm that focus order is logical, that focus is visible, and that all controls can actually be operated. This entry is informational and is not legal advice; specific obligations vary by jurisdiction and evolve through regulation and case law.
Who it's relevant to
Inside Keyboard Navigation
Common questions
Answers to the questions practitioners most commonly ask about Keyboard Navigation.