compare_accessibility
Compare two accessibility audits to track improvements. Identifies fixed, introduced, or remaining issues with score change and diff summary.
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 |