screen-reader

Solid

Screen reader compatibility, testing, and optimization.

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%
34
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Screen Reader Skill Expert assistance for screen reader compatibility. ## Capabilities - Test with screen readers - Optimize reading order - Handle announcements - Manage focus - Write accessible content ## Testing Tools - NVDA (Windows) - VoiceOver (macOS/iOS) - JAWS (Windows) - TalkBack (Android) ## Best Practices ```tsx // Visually hidden but screen reader accessible <span className="sr-only">Close dialog</span> // Skip links <a href="#main-content" className="skip-link"> Skip to main content </a> // Reading order // Ensure DOM order matches visual order ``` ## Target Processes - screen-reader-testing - accessibility-optimization - user-testing

Details

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

Related Skills