a11y_diff
Compare two accessibility snapshots to detect regressions: added, removed, or renamed interactives and focus-order changes before and after a deploy.
Instructions
Regression diff between two accessibility snapshots (before/after a deploy): added/removed/renamed interactives and focus-order changes. ok=false means a regression to review. Accepts inline JSON (starting with "{") or file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | BEFORE snapshot (inline JSON or path) | |
| b | Yes | AFTER snapshot (inline JSON or path) |