IE11 忽略 aria-checked 状态
IE11 ignores aria-checked state
我将 button
与 role="radio"
一起使用,如下所示:
<button role="radio" aria-checked="true" aria-label="Yes">
但 AccExplorer32 不会将其显示为 "checked" 或 "selected",JAWS17 始终将其读取为 "Yes radio button not checked"
在ChromeVOX中读起来很好,只是IE11有问题。你知道如何在不将 button
更改为 input
的情况下强制注意到状态吗?
有一个 bug 文件描述了这个问题,但微软已经关闭了它,部分原因是他们没有重现它,部分原因是现在资源集中在 Edge 上。
IE11 does not pick up ARIA checked state for radio roles
…
Have you tried using these technologies in Microsoft Edge? Do you also see the same bugs or issues using that browser? Do note that at the moment we are not actively working on feature bugs for Internet Explorer unless they are security related.
我将 button
与 role="radio"
一起使用,如下所示:
<button role="radio" aria-checked="true" aria-label="Yes">
但 AccExplorer32 不会将其显示为 "checked" 或 "selected",JAWS17 始终将其读取为 "Yes radio button not checked"
在ChromeVOX中读起来很好,只是IE11有问题。你知道如何在不将 button
更改为 input
的情况下强制注意到状态吗?
有一个 bug 文件描述了这个问题,但微软已经关闭了它,部分原因是他们没有重现它,部分原因是现在资源集中在 Edge 上。
IE11 does not pick up ARIA checked state for radio roles
…
Have you tried using these technologies in Microsoft Edge? Do you also see the same bugs or issues using that browser? Do note that at the moment we are not actively working on feature bugs for Internet Explorer unless they are security related.