/a11y

Cheatsheet for everything a11y

Accessibility Resources, Tips, etc.

Resources / Cheatsheets

Landmarks

ARIA

CSS

Developers should use ARIA states to indicate the state of UI widget elements and use CSS attribute selectors to alter the visual appearance based on the state changes (rather than using script to change a class name on the element).

HTML