How to Test Accessibility & Some Common Interview Questions
First, pick a WCAG version and target. This is usually: WCAG 2.1 AA or 2.2 AA.
This defines the checklist.
Then, inventory your UI. List:
Pages
Components
User flows
States (error, loading, empty, success). Accessibility failures often hide in st...