wcag

Solid

WCAG 2.1/2.2 compliance, auditing, and remediation.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
44
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# WCAG Skill Expert assistance for WCAG accessibility compliance. ## Capabilities - Audit for WCAG compliance - Implement WCAG criteria - Remediate issues - Test accessibility - Document compliance ## WCAG Principles (POUR) - **Perceivable**: Text alternatives, captions, adaptable - **Operable**: Keyboard accessible, enough time, navigable - **Understandable**: Readable, predictable, input assistance - **Robust**: Compatible with assistive technologies ## Common Fixes ```tsx // Images <img src="photo.jpg" alt="Descriptive text" /> // Forms <label htmlFor="email">Email</label> <input id="email" type="email" aria-describedby="email-help" /> <span id="email-help">We'll never share your email</span> // Focus management <button ref={focusRef} tabIndex={-1}>Focused after action</button> ``` ## Target Processes - accessibility-audit - wcag-compliance - remediation

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills