屏幕阅读器NVDA 2015.2两次读取AngularUI的日期选择标题

时间:2015-08-26 13:10:59

标签: angularjs accessibility angular-ui nvda angular-ui-datepicker

所以我使用角度UI Datepicker:link to gitgubNVDA屏幕阅读器(最新版本)。

问题与表标题实时区域有关:当切换到另一组数据(年,月,日)时,标题有时会被读取两次: enter image description here

这是一个HTML结构:

<button id="*" role="heading" aria-live="assertive" aria-atomic="true" type="button"  ng-click="toggleMode()">
     <strong class="ng-binding">September 2015</strong>
</button>

this可访问的datepicker示例中使用了相同的ARIA角色。但是,在上面的示例中,标题只读一次。

任何帮助或建议将不胜感激。

0 个答案:

没有答案