What problem does it solve?
This Skill provides a comprehensive guide to ensure web interfaces are accessible according to WCAG 2.2 Level AA, helping developers review, write, and audit accessible web content.
Core Features & Use Cases
- Semantic HTML Guidance: Offers rules for correct HTML semantics for screen readers.
- Keyboard Accessibility: Ensures all functionality is operable via keyboard alone.
- ARIA Usage: Provides guidelines on when and how to use ARIA for enhanced accessibility.
- Color & Contrast Standards: Ensures sufficient contrast for readability.
- Forms & Input Best Practices: Covers proper labeling and error handling for forms.
- Media & Image Alternatives: Ensures text alternatives for non-text content.
- Motion & Animation Controls: Respects user preferences for reduced motion.
- Responsive Design: Ensures content remains usable when zoomed or resized.
- Use Case: When developing a new web application, this Skill can be used to ensure that all accessibility requirements are met, preventing future issues and improving user experience.
Quick Start
Analyze the frontend code of a web application for WCAG 2.2 compliance using the wcag-accessibility skill.