WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Aria role="listitem"

for

From: Gunderson, Jon R
Date: Feb 10, 2014 9:56AM


That is the preferred solution, always try to use the native semantics of
a mark up language when possible.

Jon


On 2/10/14, 8:01 AM, "Nathalie Sequeira" < <EMAIL REMOVED> > wrote:

>Hi Piumi,
>
>> <div role="list">
>>
>> <div role="listitem" aria-level="2"> Two </div>
>> <div role="listitem" aria-level="1"> One </div>
>>
>> </div>
>
>why aren't you just using a proper HTML list markup?
>This seems so much more cumbersome!
>Thanks,
>Nathalie
>>>