EnterpriseIntermediate
accessibility
WCAG compliance, screen reader support, and keyboard navigation
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/addyosmani/web-quality-skills --skill accessibilitynpx skills add https://github.com/addyosmani/web-quality-skills --skill accessibilityOr paste this URL into your assistant to install:
Overview
What This Skill Does
WCAG compliance, screen reader support, and keyboard navigation
Application
When to use this Skill
- Integrating accessibility into your development workflow.
- Following best practices for wcag compliance, screen reader support, and keyboard navigation.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Accessibility (a11y)
Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities.
WCAG Principles: POUR
| Principle | Description |
|---|---|
| Perceivable | Content can be perceived through different senses |
| Operable | Interface can be operated by all users |
| Understandable | Content and interface are understandable |
| Robust | Content works with assistive technologies |
Conformance levels
| Level | Requirement | Target |
|---|---|---|
| A | Minimum accessibility | Must pass |
| AA | Standard compliance | Should pass (legal requirement in many jurisdictions) |
| AAA | Enhanced accessibility | Nice to have |
Perceivable
Lines 1 - 25 of 441
Recommendations