09/05/2026
The keyboard navigation test anyone can run in 30 seconds
Close your laptop's trackpad. Unplug your mouse. Now try to use your own website. Most developers can't.
This is the single fastest accessibility test in existence. No tools, no plugins, no training.
Here's what to do:
Open your website
Press Tab to move through interactive elements
Press Enter or Space to activate them
Press Shift+Tab to go backwards
What to watch for:
Can you actually see which element is focused? If focus is invisible, keyboard users are lost. (This fails WCAG 2.4.7.)
Does Tab order make sense? If it jumps from the header to the footer to a random sidebar, something is wrong.
Can you escape every modal, menu, and dropdown without your mouse? If not, keyboard users get trapped.
Can you reach every button, link, and form field? If Tab skips something, it doesn't exist for keyboard-only users.
I've audited "finished" production websites that fail this test within 10 seconds. It's one of the most common failure points I see.
The fix is usually small. The impact is huge. Millions of people navigate the web without a mouse, by choice or by necessity.
Try it on your own site right now. What did you find?