What problem does it solve?
This Skill addresses the critical need to make web applications usable by everyone, including individuals with disabilities, by adhering to accessibility standards.
Core Features & Use Cases
- Keyboard Navigation: Ensures interactive elements can be accessed and operated using only a keyboard.
- Screen Reader Support: Provides necessary semantic information for assistive technologies.
- WCAG Compliance: Guides development towards meeting Web Content Accessibility Guidelines.
- Focus States: Mandates visible focus indicators for keyboard users.
- Form Labels: Enforces proper labeling for all form elements.
- Color Contrast: Advises on sufficient contrast ratios for text and UI elements.
- ARIA Usage: Recommends appropriate use of ARIA attributes when native HTML is insufficient.
- Reduced Motion: Supports users sensitive to animations.
Quick Start
Use the building-accessibly skill to ensure all interactive elements have visible focus states and that all form inputs are properly labeled.