- From: Steve Faulkner <faulkner.steve@gmail.com>
- Date: Thu, 23 Oct 2014 09:23:06 +0100
- To: Adam Cooper <cooperad@bigpond.com>
- Cc: WAI Interest Group <w3c-wai-ig@w3.org>
Received on Thursday, 23 October 2014 08:24:13 UTC
Hi Adam, chrome does not calculate the accessible name correctly have filed a bug https://code.google.com/p/chromium/issues/detail?id=426347 -- Regards SteveF HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/> On 22 October 2014 09:15, Adam Cooper <cooperad@bigpond.com> wrote: > Hi all, > > > > recently, I encountered a technique for providing a name for a text > control: > > > > <input type="text" aria-labelledby="abc" /> > > <span class="hidden" id="abc" title="name"></span> > > > > it works as follows: > > Full support (quick navigation keys & tabbing) > > - JAWS 16 +IE11 & FF32 > > - Voiceover +Safari 7.1 > > Partial support (quick navigation keys, but not tabbing) > > - NVDA 2014.3 + IE11 & FF32 > > No Support > > - JAWS 16/NVDA 2014.3 + GC38 > > > > The accessible name value for MSAA, UIA, & IA2 is empty … any thoughts as > to how this might be working and not working in selected user agents? > > > > Does aria-labelledby adopt a child? > > > > Cheers, > > Adam > > > > >
Received on Thursday, 23 October 2014 08:24:13 UTC