Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aria-selected属性用于指示选择了网格中的一行,当我使用颚键导航到网格中的选定行时,它不会被读取为选中。有什么线索/建议可以使这项工作正确吗?
aria-selected
我正在使用最新的 FF 和 Jaws 12
根据这个链接Jaws 应该支持这一点。请参阅“ARIA 状态”部分中的表格。可能Firefox不支持selected属性,你用最新版本的IE测试过吗?不幸的是,我没有找到所有浏览器都支持哪些 Aria 功能的详尽比较,因此我建议使用 Firefox 和 Internet Explorer 进行测试。您可能还想尝试将NVDA作为屏幕阅读器,因为它可能支持 Jaws 不支持的某些 ARIA 功能。