Accessibility

Can all users access your system, regardless of capability?

Accessibility tools

Wave: https://wave.webaim.org/

Keyboard Navigation

People with impaired motor abilities (hand movements) and professional developers prefer to use the keyboard to navigate.

Browser Plugins

Browser plugins add shortcuts for navigation, like VIM.

Carat mode

Enables tab navigation in your browser.

Tabindex

An html attribute that tells the browser an element can be navigated to with tab.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex

Level