Build Assets
Checklist

Keyboard Navigation

All interactive functionality is reachable and operable with keyboard alone.

Platform: webTags: accessibility, keyboard, focus, wcag

Check

Tab order follows visual reading order. All interactive elements receive visible focus. No keyboard traps (except intentional modal dialogs). Escape closes modals and dropdowns.

Why This Matters

Keyboard accessibility is required by WCAG 2.1 Level AA (Success Criteria 2.1.1, 2.1.2). It benefits power users, users with motor disabilities, and users who prefer keyboard workflows.

Category

Accessibility

Priority

critical

How to Verify

Navigate the entire UI using only Tab, Shift+Tab, Enter, Space, Escape, and arrow keys. Every interaction must be completable without a mouse.

Source Topic

ux psychology

Accessibility Patterns

Inclusive design that helps everyone