WCAG 2.1 AA Audit Skill
Audit a page for WCAG 2.1 AA accessibility issues by tracing its render chain and checking source code.
1. Identify the Page
Parse $ARGUMENTS for a page name or URL path:
- Page names:
homepage,about,contact,login,dashboard,product-detail, etc. - URL paths:
/,/about/,/products/123/,/blog/my-post/, etc.
Locate the entry point for the target page. Look for:
- Route configuration: e.g.,
routes.php,web.php(Laravel), `urls.p
[Description truncada. Veja o README completo no GitHub.]