| name | screen-reader |
| description | Screen reader compatibility, testing, and optimization. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
| graph | {"domains":["domain:web-development"],"specializations":["specialization:web-development"],"skillAreas":["skill-area:web-accessibility","skill-area:accessibility-testing"],"roles":["role:frontend-engineer","role:qa-engineer"],"topics":["topic:accessibility"]} |
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
<span className="sr-only">Close dialog</span>
<a href="#main-content" className="skip-link">
Skip to main content
</a>
Target Processes
- screen-reader-testing
- accessibility-optimization
- user-testing