1. Perceivable
Information and user interface components must be presentable to users in ways they can perceive. Anything a sighted, hearing user gets from the page must have an equivalent for users on assistive technology — captions for video, alt text for images, labels for icons, semantic structure for screen readers.
1.1 Text Alternatives
Provide text alternatives for any non-text content so it can be changed into other forms people need — large print, braille, speech, symbols, or simpler language. Decorative images can have empty alt; meaningful images need descriptive alt; complex images may need a longer description.
1.2 Time-based Media
Provide alternatives for time-based media — captions for video, transcripts for audio, audio descriptions for video where visual information is essential. Live media has its own criteria, including live captions for prerecorded synchronized media at AA.
1.3 Adaptable
Create content that can be presented in different ways without losing information or structure. Use semantic HTML (headings, lists, landmarks) so screen readers can navigate it; don't rely on visual position alone to communicate relationships; support both portrait and landscape orientation.
1.4 Distinguishable
Make it easier for users to see and hear content. Maintain a 4.5:1 contrast ratio for normal text (3:1 for large), don't use color as the only way to convey meaning, allow text resizing up to 200% without loss of functionality, and avoid auto-playing audio.

