screen-reader-testing

仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

系统覆盖实机验证步骤,适合无障碍测试工程师。

▸ 风险提示

需在含辅助技术的本地或虚拟机环境运行。

这个 Skill 做什么

面向 VoiceOver/NVDA/JAWS 的屏幕阅读器测试实践指南。

针对 VoiceOver、NVDA、JAWS 等屏幕阅读器的测试手册,教你怎么验证 ARIA、表单与动态内容的可被朗读性。用在需要确保无障碍兼容或排查助残工具问题时,能一步步复现用户场景。特点是面向真实助读工具的实操方法,不是只看静态代码的检查表。

▸ 展开 SKILL.md 英文原文

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.

研究检索无障碍屏幕阅读器测试指南通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/accessibility-compliance/skills/screen-reader-testing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/accessibility-compliance/skills/screen-reader-testing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

## When to Use This Skill

- Validating screen reader compatibility
- Testing ARIA implementations
- Debugging assistive technology issues
- Verifying form accessibility
- Testing dynamic content announcements
- Ensuring navigation accessibility

## Core Concepts

### 1. Major Screen Readers

| Screen Reader | Platform  | Browser        | Usage |
| ------------- | --------- | -------------- | ----- |
| **VoiceOver** | macOS/iOS | Safari         | ~15%  |
| **NVDA**      | Windows   | Firefox/Chrome | ~31%  |
| **JAWS**      | Windows   | Chrome/IE      | ~40% 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有