JavaScript 和 Jaws 屏幕阅读器

发布于 2024-07-23 01:56:47 字数 136 浏览 7 评论 0 原文

我正在着手一个项目,其中 WCAG 2.0 的可访问性以及在 JAWS 屏幕阅读器中使用 Web 应用程序的能力是关键要求。

我正在寻找有关 JAWS 如何处理 Javascript 的见解,这是完全不行还是 JAWS 足够聪明来应对!?

I'm embarking on a project where accessibility to WCAG 2.0 and the ability to use the web application in the JAWS screenreader are key requirements.

I'm looking for insights as to how JAWS treats Javascript, is it a complete no go or is JAWS smart enough to cope!?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

疑心病 2024-07-30 01:56:47

我是一个下巴用户,简短的回答是它基本上有效。 在不知道您的具体要求的情况下,我无法非常具体。 像 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.

美煞众生 2024-07-30 01:56:47

您应该研究 ARIA,这就是标准正在朝着使 JavaScript 变得更加强大的方向发展无障碍。

You should look into ARIA, that is what the standards are moving towards to make JavaScript more accessible.

画尸师 2024-07-30 01:56:47

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文