# 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.

Category: Accessibility and browser verification
Source: https://letsship.ai/use-cases/clear-automated-accessibility-violations
Published: 2026-08-25

## Goal

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.

## Prompt

Copy this to an agent to open the ticket:

```text
Create a Linear issue in my team and assign it to the SHIP agent.

Title: Clear the accessibility violations on {page}

Description: 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

Before you create the issue, run an accessibility audit against this repository's pages and replace {page} with the one reporting the most violations.
```

## 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.
