analyze_html
Run accessibility tests on raw HTML content to identify WCAG 2.1 AA violations using the axe-core engine.
Instructions
Run accessibility tests on raw HTML content. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The HTML content to test for accessibility issues | |
| tags | No | Override WCAG tags. For Axe: ['wcag2a', 'wcag2aa', 'best-practice']. For ACE: ['WCAG_2_1', 'WCAG_2_2'] | |
| engine | No | Testing engine: 'axe' (axe-core) or 'ace' (IBM Equal Access). Defaults to server config. |