Accessibility
Installation
SKILL.md
Accessibility (a11y)
Guidance for creating accessible web applications following WCAG guidelines.
Core Principles (POUR)
- Perceivable: Content can be perceived by all senses
- Operable: Interface can be operated by everyone
- Understandable: Content and UI are understandable
- Robust: Works with assistive technologies
Quick Wins
Images
<!-- Informative image -->
<img src="chart.png" alt="Sales grew 25% in Q4 2024">