WebAIM - Web Accessibility In Mind

E-mail List Archives

NVDA not announcing aria-label on lists

for

From: Vemaarapu Venkatesh
Date: Oct 9, 2017 1:28AM


Hi all, Greetings!

I found NVDA not announcing aria-label on ordered and unordered lists.
Wondering whether it's a known NVDA bug?

Here is the Sample markup:
<ul aria-label="list of eatables">
<li> Sandwich </li>
<li> Pizza </li>
</ul>

Thanks,
Venkatesh