WCAG is organized around four core principles. All accessibility requirements flow from these:
Perceivable
Information and user interface components must be presentable to users in ways they can perceive. This means:
- Providing text alternatives for non-text content (images, charts)
- Providing captions and alternatives for multimedia
- Making content adaptable and distinguishable (contrast, resizable text)
| Task | WCAG Requirements |
|---|---|
| Adding images to a syllabus | Alt text for all meaningful images |
| Choosing text and background colors | 4.5:1 contrast ratio minimum |
| Recording a lecture video | Synchronized, accurate captions |
Operable
User interface components and navigation must be operable. This means:
- All functionality available from a keyboard
- Users have enough time to read and interact with content
- No content that causes seizures or physical reactions (flashing lights or rapidly moving images)
- Users can navigate, find content, and determine where they are
| Task | WCAG Requirements |
|---|---|
| Structuring a Word document | Proper heading hierarchy (H1, H2, H3) |
| Creating hyperlinks | Descriptive link text (i.e., "apply for financial aid," not "click here") |
Understandable
Content and the operation of the user interface must be understandable. This means:
- Text content is readable and understandable
- Content appears and operates in predictable ways
- Users are helped to avoid and correct mistakes
| Task | WCAG Requirements |
|---|---|
| Writing form labels | Clear, descriptive labels for all fields |
| Setting document language | Language set in document properties |
Robust
Content must be robust enough to be interpreted reliably by a wide variety of user agents, including assistive technologies. This means:
- Content works with current and future tools
- Screen readers and other assistive technologies can access all content
| Task | WCAG Requirements |
|---|---|
| Exporting to PDF | Tags and structure preserved for screen readers |
| Building a table | Header rows identified, no merged cells |