What problem does it solve?
Frontend accessibility testing requires running multiple engines and understanding component-specific pitfalls, but developers often stop at a single axe scan and miss real WCAG Level 1 violations. This Skill provides the reference knowledge to choose the right test layer and debug violations across the Langflow UI.
Core Features & Use Cases
- Engine Selection Guidance: Decides when to use Jest+axe, Playwright
page.runA11yScan, or the Python route scanner based on UI surface complexity.
- POUR Checklist & Rule Gap Reference: Maps WCAG criteria to specific axe-vs-IBM rule gaps and component gotchas for AG Grid, Radix, and modals.
- Use Case: When adding a new settings page with an editable data grid, consult this Skill to write both Jest unit tests and Playwright stateful scans, then debug any IBM-only violations like missing accessible names on icon-only columns.
Quick Start
Use the ibm-a11y-testing-guide skill to review my new Playwright accessibility test for the global variables settings page and identify which IBM rules I should verify beyond axe.