What problem does it solve?
This Skill addresses the critical need for web and application accessibility, ensuring compliance with legal standards and providing an inclusive user experience for all individuals, including those with disabilities.
Core Features & Use Cases
- WCAG 2.2 AA Compliance: Guides users to meet or exceed accessibility standards.
- Keyboard Navigation & Focus Management: Details how to ensure all interactive elements are operable via keyboard and that focus is always visible and managed correctly, especially in Single Page Applications (SPAs).
- Screen Reader Support: Provides guidance on ARIA attributes and best practices for screen reader compatibility.
- Color Contrast: Specifies minimum contrast ratios for text and UI elements.
- Accessible Component Primitives: Recommends using established libraries to avoid common pitfalls in custom component development.
- Use Case: When designing a new user interface component, use this Skill to ensure it meets all keyboard navigation, screen reader, and color contrast requirements before development begins.
Quick Start
Review the provided checklist to ensure the current interface meets WCAG 2.2 AA standards for color contrast and keyboard operability.