Audit a live URL for motion accessibility (WCAG 2.2.2 / 2.3.3)
motion_auditScans web page CSS for animation accessibility issues: missing reduced-motion guards, infinite animations, and non-opacity transforms. Reports findings and a badge for safe sites.
Instructions
Static motion-a11y checker: fetches a URL's HTML + linked stylesheets and scans the CSS for (1) animation/transition without a prefers-reduced-motion guard, (2) animated non-transform/opacity properties, (3) infinite animations with no pause path, (4) /autoplay >5s. Runtime motion (WAAPI/GSAP/JS) is disclosed as 'not audited (V2)'. Returns {ok, score, findings, summary, badge, disclosures, markdown}; a clean site earns the badge 'reduced-motion-safe'. Does network I/O (openWorldHint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to audit (http/https). |