WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: JAWS and ARIA's application role

for

From: Donald Evans
Date: Jul 6, 2011 7:12AM


I have had the same experience as you and will be very interested to see
other comments.

2011/7/6 Ney André de Mello Zunino < <EMAIL REMOVED> >

> Hello.
>
> Has anybody else had problems with JAWS not entering application mode
> when the role="application" attribute/value pair is not set on the body
> element, but in an inner container? I have a page which should work in
> document mode until an ARIA widget receives focus. This ARIA widget is
> within a container div with role="application" set. However, keystrokes
> continue to be intercepted by the screen reader, instead of being left
> to the application. Setting the role on the body element results in the
> expected behavior.
>
>
> DOESN'T WORK
>
> <body>
> ...
> <div role="application">
> ...ARIA widget...
> </div>
> ...
> </body>
>
>
> WORKS
>
> <body role="application">
> ...
> ...ARIA widget...
> ...
> </body>
>
>
> Thank you in advance,
>
> --
> Ney André de Mello Zunino
> Pesquisa e Desenvolvimento
> Softplan/Poligraph
> Sistema da Qualidade Certificado ISO9001:2008
> Fone/Fax: 0xx(48) 3027-8000
> http://www.softplan.com.br/
>