audit_accessibility
Run a 25-check WCAG 2.1 accessibility audit on HTML content. Identifies missing alt text, unlabeled inputs, heading order violations, and more. Returns score, grade, issue counts, and fix instructions.
Instructions
Run a 25-check WCAG 2.1 accessibility audit on HTML content. Covers: missing alt text, unlabeled inputs/selects/textareas, empty buttons/links, missing lang/title, heading order violations, focus-visible removal, positive tabindex, skip links, viewport scale lock, landmark regions, and more. Returns a 0-100 score, A-F grade, per-severity issue counts, actionable fix instructions per issue, and a list of passed checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Full HTML string to audit |