a11y_autofix
Apply safe, deterministic HTML accessibility fixes for unique WCAG issues: unblock viewport zoom, add exact autocomplete tokens, fill missing lang or empty title when provided. No judgment fixes.
Instructions
DETERMINISTIC safe auto-fixes applied to HTML — the honest anti-overlay: a short closed list of fixes where the correct answer is unique (unblock viewport zoom 1.4.4, add the exact autocomplete token 1.3.5, fill missing html lang and empty title when provided). Everything requiring judgment (alt text, contrast, accessible names) is NOT touched — it returns no_aplicados with the reason and remediation instead. Returns fixed_html + aplicados + no_aplicados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | raw HTML to fix | |
| lang | No | only if provided and <html> lacks lang | |
| title | No | only if provided and <title> is empty |