Re: About role="list" and simulating OL markup?

Are you sure it is Firefox? What API were you checking?

They have a special group interface that exposes that info. 

Rich

Sent from my iPhone

> On Apr 18, 2016, at 4:02 PM, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> wrote:
> 
> Hi,
> I was asked today about the support for simulating an OL tag structure using ARIA, and this appears to be covered in the spec using role="listitem" plus aria-posinset and aria-setsize like so:
> 
> <div role="list">
> <div role="listitem" aria-posinset="1" aria-setsize="2" >
> Item One
> </div>
> <div role="listitem" aria-posinset="2" aria-setsize="2" >
> Item Two
> </div>
> </div>
> 
> Does anybody know what the current level of browser support for this is though? It doesn't appear to do anything in FF on Windows for example.
> 
> Thanks,
> Bryan
> 
> 

Received on Monday, 18 April 2016 22:37:53 UTC