WebAIM - Web Accessibility In Mind

E-mail List Archives

Aria role="listitem"

for

From: PIUMI W
Date: Feb 6, 2014 10:24AM


Hi,

I would like to know how JAWS reads ListItems marked with levels. When reading the following list, it does nt give any information about its levels. What is the advantage of using aria-level in a role=listitem. in terms of screen readers.. Thanks a lot in advance..

<div role="list">

<div role="listitem" aria-level="2"> Two </div>
<div role="listitem" aria-level="1"> One </div>

</div>


Thanks,
Piumi