Skip to main content

Checklist (WCAG-first)

This checklist bundles the most important checks for designing and building an Angular web application, with WCAG 2.1 / 2.2 accessibility as the top priority.

For further explanation and examples, see also this link

1. Accessibility Foundations (WCAG – Highest Priority)

1.1 Perceivable

1.2 Operable

1.3 Understandable

1.4 Robust

  • Semantic HTML used wherever possible
  • ARIA used only when native HTML is insufficient
  • Correct ARIA roles, states, and properties
  • Compatible with screen readers (NVDA, VoiceOver)
  • Valid HTML (no duplicate IDs)

1.5 Angular-Specific Accessibility

2. Extra's

2.1 UI & UX Design

3. Testing

3.1 Accessibility Testing

Resources