imta71770-dot/A11y Fix Engine
Scan HTML files for WCAG accessibility violations and auto-fix them. Get fix suggestions as PR annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (glob pattern). Default: all HTML files | no | **/*.html |
| standard | WCAG standard level: wcag2a, wcag2aa, wcag2aaa | no | wcag2aa |
| fix | Auto-fix mode: "report" (annotations only), "commit" (commit fixes), "pr" (create fix PR) | no | report |
| fail_on | Fail the check on: "critical", "serious", "moderate", "minor", "none" | no | serious |
| api_key | API key for premium features (AI-powered alt text, advanced fixes). Optional. | no | "" |
Outputs
| name | description |
|---|---|
| total_violations | Total number of violations found |
| total_fixed | Total number of issues auto-fixed |
| total_manual | Total number of issues requiring manual review |
| report | Path to the generated Markdown report |