get_wcag_compliance
Check WCAG compliance with detailed per-criterion results, including pass/fail status, compliance percentage, violations, and missing requirements. Accepts audit results or a URL to audit first.
Instructions
Check WCAG compliance status with detailed per-criterion breakdown. Returns compliance status (pass/fail/partial), compliance percentage, violations per criterion, and missing requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | WCAG compliance level to check: "A", "AA", or "AAA". Default: AA. | AA |
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. |