Accessibility Retrofit (WCAG AA)
Take an existing HTML page and retrofit it to WCAG 2.1 AA — fixing semantic structure, alt text, color contrast, keyboard operability, focus visibility, form labels, ARIA, and landmarks — without changing the visual design. Audits the page against the AA success criteria first to produce a prioritized findings list, then applies the fixes in place. Accessibility work fails when fixes are guessed rather than measured, so the audit phase enumerates the concrete violations and the target criteria before any edit, and the loop runs back to the FIX phase until every finding is resolved.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Audit | Reviewer | enumerate concrete WCAG-AA violations to fix |
| 2 | Fix | Developer | apply the a11y fixes in place, preserving design |
| 3 | Evaluate | Reviewer | Grade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap. |
| 4 | Finish | Developer | All acceptance criteria met. Stamp a short summary and report DONE. |
Say something like "accessibility fix" or "make it accessible" or "wcag compliance" or "a11y retrofit" or "fix accessibility" or "screen reader friendly" in chat to start it.