- From: Schnabel, Stefan <stefan.schnabel@sap.com>
- Date: Tue, 19 Apr 2016 05:25:35 +0000
- To: Bryan Garaventa <bryan.garaventa@ssbbartgroup.com>
- CC: Rich Schwerdtfeger <richschwer@gmail.com>, ARIA Working Group <public-aria@w3.org>
this is what I observe, too. Jaws 17 + IE only shows some love for posinset when role is option and not listitem. Bug ? - Stefan Sent from my iPad > On 19.04.2016, at 00:53, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> wrote: > > I tried UIA plus MSAA in Windows7, and I'm not getting any numbering feedback in JAWS17 nor using NVDA. > > > -----Original Message----- > From: Rich Schwerdtfeger [mailto:richschwer@gmail.com] > Sent: Monday, April 18, 2016 3:37 PM > To: Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> > Cc: ARIA Working Group <public-aria@w3.org> > Subject: 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 Tuesday, 19 April 2016 05:26:06 UTC