盲人屏幕阅读器可以处理选项卡式浏览吗?

发布于 2024-11-06 02:18:05 字数 305 浏览 0 评论 0原文

我正在开发一个网站,该网站有很多通过单击选项卡显示的内容。有谁知道这是否符合 第 508 条 规定(特别适用于使用屏幕阅读器的盲人用户) ?我主要担心的是,屏幕阅读器可能无法使用用于管理选项卡及其显示内容的 JavaScript。

我正在使用 jQuery UI 的选项卡。如果您查看文档/示例,您可以准确地了解它是如何实现的。

I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main concern is that a screen reader might have trouble with the javascript that is used to manage the tabs and what they display.

I am using jQuery UI's tabs. If you look at the documentation/example you can see exactly how it is implemented.

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

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

发布评论

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

评论(1

一杆小烟枪 2024-11-13 02:18:05

请参阅 jQuery Accessible RIA 中的选项卡支持 - 它做得很好向基本 jQuery UI 选项卡添加辅助功能。尝试使用此扩展包,并确保尝试将您的网站与流行的语音识别和屏幕阅读软件一起使用,以验证它是否方便并在正确的预期时间读取内容。

See Tabs support in the jQuery Accessible RIA - it does a good job of adding accessibility features to the basic jQuery UI tabs. Try using this extended package, and make sure you try using your site with popular speech recognition and screenreading software to validate that it's convenient and reads content at the correct, expected time.

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