Simple fixes (deterministic a11y)
simple_fixesFix missing lang attribute, missing title, and unlabeled form controls in HTML. Returns patched HTML and a list of applied fixes.
Instructions
Apply deterministic structural fixes to HTML: missing lang, missing title, unlabeled form controls. Returns the patched HTML and the list of fixes. No LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML source to remediate | |
| lang | No | Language code for <html lang="…"> (default "en") |