← スキル一覧に戻る

web-accessibility
by PaulKinlan
⭐ 2🍴 0📅 2026年1月18日
SKILL.md
name: web-accessibility description: Expert knowledge in creating accessible web applications that comply with WCAG guidelines. Covers ARIA, semantic HTML, keyboard navigation, screen reader support, color contrast, and focus management. Use when implementing accessibility features or ensuring WCAG compliance. metadata: version: 1.0.0
Web Accessibility Skill
Expert knowledge in creating accessible web applications that comply with WCAG guidelines and ensure usability for all users.
Core Competencies
- WCAG Compliance: Understanding and implementing WCAG 2.1/2.2 guidelines (A, AA, AAA levels)
- ARIA: Proper use of ARIA roles, states, and properties
- Semantic HTML: Using appropriate HTML elements for meaning and structure
- Keyboard Navigation: Ensuring full keyboard accessibility
- Screen Reader Support: Optimizing for assistive technologies
- Color Contrast: Meeting contrast ratio requirements
- Focus Management: Proper focus handling and visible focus indicators
- Alternative Text: Writing effective alt text for images and media
Key Practices
- Use semantic HTML elements (
<nav>,<main>,<article>,<button>, etc.) - Provide text alternatives for non-text content
- Ensure sufficient color contrast (4.5:1 for normal text, 3:1 for large text)
- Make all functionality available from keyboard
- Provide skip links for navigation
- Use ARIA attributes only when necessary (ARIA is no ARIA)
- Test with screen readers (NVDA, JAWS, VoiceOver)
- Implement proper heading hierarchy
- Ensure form fields have associated labels
- Provide error identification and suggestions
Testing Tools
- axe DevTools
- WAVE (Web Accessibility Evaluation Tool)
- Lighthouse accessibility audit
- Screen readers (NVDA, JAWS, VoiceOver, TalkBack)
- Keyboard-only navigation testing
- Color contrast analyzers
Common Patterns
- Accessible modals and dialogs
- Accessible dropdown menus
- Accessible form validation
- Accessible carousels and sliders
- Accessible data tables
- Accessible tabs and accordions
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です