compare_accessibility
Track accessibility improvements by comparing two audits, highlighting fixed, introduced, and remaining issues with score changes and visual diff.
Instructions
Compare two accessibility audits to track improvements. Identifies issues that were fixed, introduced, or remain, with score improvement and visual diff summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Current audit results object or URL string. If URL is provided, an audit will be run first. | |
| before | Yes | Previous audit results object or URL string. If URL is provided, an audit will be run first. | |
| format | No | Output format: "summary" for concise comparison, "detailed" or "diff" for comprehensive diff visualization (default: summary). | summary |