wcag-quick-ref

WCAG 2.2 Quick Reference — Level A & AA

Content Preview
# WCAG 2.2 Quick Reference — Level A & AA

## Perceivable

### 1.1 Text Alternatives

| Criterion | Level | Requirement | Common Violation |
|-----------|-------|-------------|------------------|
| 1.1.1 Non-text Content | A | All images have `alt` text; decorative images use `alt=""` or `role="presentation"` | `<img src="logo.png">` without alt |

### 1.2 Time-Based Media

| Criterion | Level | Requirement | Common Violation |
|-----------|-------|-------------|------------------|
| 1.2.1 Audio
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/wcag-quick-ref.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/a11y-audit/references/wcag-quick-ref.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/a11y-audit/references/wcag-quick-ref.md

Related Skills