aether_check_html
Check HTML snippets for WCAG accessibility issues without a live URL or browser. Get static heuristic results and optional RAG-powered fixes for components.
Instructions
Analyze an HTML snippet for WCAG accessibility issues without needing a live URL or browser. Uses static heuristic checks and optionally enriches results with RAG-powered fixes. Use this when a developer pastes HTML or asks about a component's accessibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The HTML to check for accessibility issues | |
| context | No | Additional context about where this HTML lives (e.g. "navigation bar", "login form") |