【发布时间】:2021-11-30 05:53:03
【问题描述】:
我正在为残疾人开发一个应用程序,如果用户使用选项卡点击元素(日期选择器/日历/切割),NVDA 屏幕阅读器应该会读出当前日期。当从页面顶部导航到底部时,NVDA 会忽略 aria=current="date"(不读取为当前日期),但从页面顶部导航时读取相同的日期。
代码sn-p参考:
<tag
attribute1
attribute2
aria-current="date"
>
<input /calendar (could be calendar in place of input)
attribute1
type="date"
aria-current="date"
attribute2
more attributes
>
</tag>
【问题讨论】:
标签: wai-aria screen-readers nvda wcag2.0