Audit an HTML document
audit_htmlEvaluate HTML in a headless browser to identify WCAG accessibility issues, providing evidence and corrections for pre-launch UI audits.
Instructions
Render supplied HTML in an isolated headless browser and return WCAG findings plus evidence and suggested corrections. Use for generated UI before it is hosted. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Complete HTML document or fragment to render and test. | |
| width | No | Viewport width in CSS pixels. | |
| height | No | Viewport height in CSS pixels. | |
| baseUrl | No | Optional http(s) base URL used to resolve relative assets. | |
| standard | No | WCAG ruleset to test. Use best-practice to include additional axe guidance. | wcag22aa |
| maxIssues | No | Maximum violation groups returned; summary totals still cover the full run. | |
| maxNodesPerIssue | No | Maximum affected elements returned per rule. |