a11y_audit_dom
Audit a rendered page for WCAG 2.2 issues with Playwright/Chromium: contrast against composited backgrounds, target size, focus visibility, alt text, labels, and headings.
Instructions
Deep RENDERED WCAG audit via local Playwright/Chromium: real computed text contrast against effective backgrounds with alpha compositing (1.4.3), minimum target size 24×24 (2.5.8, new in WCAG 2.2), visible focus indicator heuristic (2.4.7), plus rendered versions of the static checks (alt, accessible names, labels, headings, lang/title, tabindex, aria-hidden, captions, tables). Findings include remediation. Requires playwright: pip install playwright && playwright install chromium.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lang | No | ||
| timeout | No | page load timeout seconds (45 default) |