What problem does it solve?
This skill provides comprehensive guidance for implementing WCAG 2.1 AA compliance across digital products, establishing patterns for semantic markup, assistive technology compatibility, and inclusive interaction design.
Core Features & Use Cases
- POUR framework: Perceivable, Operable, Understandable, and Robust design as the foundation for accessible UI.
- Semantic HTML and ARIA: Use native HTML elements where possible; ARIA only when necessary to enhance accessibility.
- Keyboard and focus: Ensure full keyboard operability and proper focus management, including skip links and trapping focus in modals.
- Testing and auditing: Guidance for manual and automated WCAG checks, screen reader testing, and color contrast validation with references to WCAG resources.
- Use Case: Apply these patterns during UI development, code reviews, or accessibility audits to produce inclusive interfaces.
Quick Start
Review the WCAG patterns and apply them to your UI components. Start by auditing semantic markup, focus management, and keyboard navigation, then implement POUR principles and ARIA patterns to improve accessibility.