Skill

accessibility

Web accessibility guidelines and implementation

From f5-core
Install
1
Run in your terminal
$
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-core
Tool Access

This skill is limited to using the following tools:

ReadWriteGlobGrepBash
Supporting Assets
View in Repository
aria/aria-basics.md
aria/aria-live-regions.md
aria/aria-roles.md
aria/aria-states.md
components/accessible-buttons.md
components/accessible-forms.md
components/accessible-modals.md
components/accessible-tables.md
fundamentals/accessibility-principles.md
fundamentals/disability-types.md
fundamentals/wcag-overview.md
html/forms.md
html/headings.md
html/landmarks.md
html/semantic-html.md
keyboard/focus-management.md
keyboard/keyboard-navigation.md
keyboard/skip-links.md
media/audio-transcripts.md
media/images-alt-text.md
Skill Content

Accessibility Skills

Overview

Web accessibility (a11y) ensures websites are usable by everyone, including people with disabilities. Accessible design benefits all users and is often required by law.

WCAG Principles (POUR)

PrincipleDescriptionExamples
PerceivableInfo must be presentable to usersAlt text, captions, contrast
OperableUI must be operable by everyoneKeyboard access, timing
UnderstandableInfo and UI must be understandableClear labels, error handling
RobustContent must work with assistive techValid HTML, ARIA

WCAG Conformance Levels

LevelDescriptionTarget Audience
AMinimum accessibilityBasic requirements
AARecommended standardMost organizations (legal requirement)
AAAEnhanced accessibilitySpecialized applications

Key Statistics

  • 15% of world population has a disability
  • 1 in 4 adults in the US has a disability
  • 8% of men have color blindness
  • By 2030, 1.4 billion people will be over 60

Categories

Fundamentals

Core accessibility concepts:

  • WCAG Overview - Understanding the guidelines
  • Accessibility Principles - POUR principles in detail
  • Disability Types - Understanding user needs

HTML

Semantic structure:

  • Semantic HTML - Using proper elements
  • Landmarks - Page regions for navigation
  • Headings - Document structure
  • Forms - Accessible form design

ARIA

Accessible Rich Internet Applications:

  • ARIA Basics - When and how to use ARIA
  • ARIA Roles - Element roles
  • ARIA States - Dynamic state attributes
  • Live Regions - Announcing dynamic content

Keyboard

Keyboard accessibility:

  • Keyboard Navigation - Tab order and shortcuts
  • Focus Management - Focus indicators and trapping
  • Skip Links - Bypassing repeated content

Visual

Visual accessibility:

  • Color Contrast - Contrast ratios and tools
  • Text Sizing - Responsive typography
  • Motion Reduction - Respecting user preferences

Media

Multimedia accessibility:

  • Images & Alt Text - Descriptive alternatives
  • Video Captions - Synchronized text
  • Audio Transcripts - Text alternatives

Testing

Accessibility testing:

  • Manual Testing - Keyboard and visual testing
  • Automated Testing - axe, Lighthouse, Pa11y
  • Screen Reader Testing - NVDA, VoiceOver, JAWS

Components

Accessible patterns:

  • Accessible Buttons - Button best practices
  • Accessible Forms - Form patterns
  • Accessible Modals - Dialog accessibility
  • Accessible Tables - Data table patterns

Quick Reference

Minimum Requirements (WCAG 2.1 AA)

RequirementGuidelineCheck
Color contrast (normal text)4.5:1Tools
Color contrast (large text)3:1Tools
Focus visible2.4.7Manual
Keyboard accessible2.1.1Manual
Alt text for images1.1.1Automated
Form labels1.3.1Automated
Error identification3.3.1Manual
Page titled2.4.2Automated

Testing Checklist

- [ ] Can navigate with keyboard only
- [ ] Focus indicator is visible
- [ ] Color contrast meets requirements
- [ ] Images have alt text
- [ ] Forms have labels
- [ ] Headings are hierarchical
- [ ] Links are descriptive
- [ ] Errors are announced
- [ ] Works with screen reader

Legal Requirements

RegionLawStandard
USAADA, Section 508WCAG 2.1 AA
EUEuropean Accessibility ActWCAG 2.1 AA
UKEquality ActWCAG 2.1 AA
CanadaAODAWCAG 2.0 AA

Tools

ToolPurposeType
axe DevToolsBrowser testingExtension
WAVEVisual inspectionExtension
LighthouseAuditBrowser
Pa11yCI integrationCLI
NVDAScreen readerApplication
VoiceOverScreen readermacOS/iOS

Related Skills

Stats
Parent Repo Stars17
Parent Repo Forks7
Last CommitFeb 4, 2026