audit_accessibility
Run axe-core WCAG audits to detect accessibility violations, with results grouped by impact and selectors for fixes. Use a CSS scope to audit a specific DOM subtree.
Instructions
Run axe-core WCAG accessibility audit on the current page. Returns violations grouped by impact level with selectors and descriptions. Use scope to limit to a specific DOM subtree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | CSS selector to limit audit (e.g. '#main-content') | |
| impact | No | all | |
| standard | No | wcag2aa |