Clear the automated accessibility violations on one page
The violations an automated audit reports on a single page, fixed at the markup rather than suppressed.
The ticket
Fix every violation an automated accessibility audit reports on one page.
Acceptance criteria
- The automated audit reports no violations on the page
- Fixes change markup and semantics rather than adding overrides
- A screenshot of the corrected page is attached
- Anything the audit cannot check is noted for manual review
What lands as proof
A clean audit run against the page and a capture of the result, both attached to the pull request.
Why teams defer it
- Automated audits report a long list at once, which reads as a project rather than a ticket.
- Nobody on the team is certain which violations matter most, so the list waits for an expert who never gets assigned.
Questions
- What does the agent actually change?
- The ticket is scoped to one outcome: fix every violation an automated accessibility audit reports on one page. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.
- How do I know the work is done?
- The pull request carries the evidence, not only the diff. Here that means audit clean, plus a capture of the corrected state, so a reviewer can confirm the result without reproducing the work locally.
- How much oversight does this need?
- None is required before the run starts. Every claim this ticket makes can be checked by machine, so the agent works straight through and a person reviews the finished pull request like any other.