jaws 是否支持 aria 属性 aria-owns?
我有一个页面,我应该可以在不进行太多更改的情况下访问该页面。
页面中的一个组合框经过编码,以便在单击输入框时,div 的内容被复制到同一页面中的 iframe 元素中,并且该 iframe 在输入框下方可见。
我将 aria-live 添加到容器 iframe 中,只要 iframe 出现,Jaws 就会读取形成下拉列表的 iframe,但是如何将两者链接起来,以便 Jaws 焦点可以在 iframe 可见时转移到 iframe,并且不只是将其作为动态更新读出?
I have a page which I am supposed to make accessible without too many changes.
One combo box in the page is coded so that on clicking upon an input box, the contents of a div are copied into an iframe element in the same page, and that iframe is made visible below the input box.
I added aria-live to the container iframe, and Jaws would read the iframe that forms the drop down whenever it came up, but how do i link up the two such that Jaws focus can be shifted to the iframe whenever it is made visible and not just reading it out as a dynamic update?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的描述,我很难准确理解用户界面应该如何工作。不过,我可以告诉你,JAWS 不支持 aria-owns。
如果您查阅 Freedom Scientific 的文档页面,您会发现一个 Word 文档,其中列出了JAWS 对 ARIA 的支持。它没有列出 aria 拥有的。
I'm having a hard time understanding exactly how the UI is supposed to work based on your description. However, I can tell you that JAWS does not support aria-owns.
If you consult Freedom Scientific's documentation page, you'll find a Word document laying out JAWS' support for ARIA. It does not list aria-owns.