check_aria
Validate ARIA attributes, roles, and accessible names in HTML. Identify violations and items needing human review.
Instructions
Validate ARIA attribute + accessible name/role/value usage in an HTML snippet. Runs axe-core cat.aria and cat.name-role-value rules (aria-* attribute correctness, role validity, required parents/children, aria-hidden-focus, accessible names). Returns violations (high-confidence) and incomplete (needs human review, e.g. dangling ARIA references — do NOT auto-fix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML to test for ARIA correctness |