audit_accessibility
Run axe-core WCAG accessibility audit on any web page. Get violations grouped by impact level with CSS selectors and descriptions to fix issues.
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 |
|---|---|---|---|
| impact | No | all | |
| scope | No | CSS selector to limit audit (e.g. '#main-content') | |
| standard | No | wcag2aa |