JavaScript 和 Jaws 屏幕阅读器
我正在着手一个项目,其中 WCAG 2.0 的可访问性以及在 JAWS 屏幕阅读器中使用 Web 应用程序的能力是关键要求。
我正在寻找有关 JAWS 如何处理 Javascript 的见解,这是完全不行还是 JAWS 足够聪明来应对!?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我是一个下巴用户,简短的回答是它基本上有效。 在不知道您的具体要求的情况下,我无法非常具体。 像 gmail 这样的应用程序在基本 html 视图中工作完美,gmail 在普通视图中工作,尽管我经常使用颚式光标来模拟鼠标,stackoverflow 工作正常,谷歌电子表格完全无法访问,谷歌文档基本上无法访问,谷歌阅读器工作正常我必须使用颚式光标来单击扩展视图或列表视图等选项。
I'm a jaws user and the short answer is it mostly works. With out knowing your exact requirements I can't be very specific. Apps like gmail in basic html view work perfectly, gmail in normal view works although I use the jaws cursor a lot to simulate a mouse, stackoverflow works fine, google spreadsheets is completely inaccessible, google docs is mostly inaccessible, and google reader works fine although I have to use the jaws cursor to click on options like expanded or list view.
您应该研究 ARIA,这就是标准正在朝着使 JavaScript 变得更加强大的方向发展无障碍。
You should look into ARIA, that is what the standards are moving towards to make JavaScript more accessible.
jaws 不了解 javascript,它只是读取屏幕并执行一些操作。 它只是浏览器的插件。
不久前我正在从事一个具有类似要求的项目。 我们使用了 YAML css 框架,该框架专为可访问性而设计。 我们只使用了一些 ajax 和 javascript 改进。
我希望这个和此链接也会对您有所帮助。
jaws doesn't know about javascript, it just reads screen and makes some actions. It's just a plugin for browser.
I was working on a project with similar requirements not so long ago. We've used YAML css framework which is designed for accessibility. And we've used only a few ajax and javascript improvements.
And I hope that this and this link will help you too.