checklist: Check Accessibility
Quality assurance · Evaluation & Optimization
version 1.0
Perceivability (WCAG Principle 1)
Testing with tools such as Contrast Checker or Lighthouse
e.g. <img alt="..."> or aria-label for icons
e.g. <h1>-<h6> correctly nested
Also applies to tutorials, explanatory videos and podcasts
No horizontal scrolling required
Operability (Operable - WCAG Principle 2)
Tab order logical, focus visible
e.g. buttons, forms, links
e.g. for forms or sessions
e.g. respect through 'prefers-reduced-motion'
e.g. hover menus need focus alternative
Understandability (Understandable - WCAG Principle 3)
e.g. <html lang="de">
e.g. same behavior for buttons, menus, forms
e.g. specific instructions for form entries
e.g. <label for="...">, aria-describedby
e.g. additional page with simplified explanation
Robustness (Robust - WCAG Principle 4)
e.g. no <div> for buttons or headings
e.g. NVDA, VoiceOver, TalkBack
e.g. no redundancy, no false role
Indicates structural errors
e.g. in the context of releases or maintenance cycles
last modified: 2 November 2025