E-mail List Archives
JAWS and ARIA's application role
From: Ney André de Mello Zunino
Date: Jul 6, 2011 7:06AM
- Next message: Donald Evans: "Re: JAWS and ARIA's application role"
- Previous message: Shruti Agarwal: "Mobile App vs. Mobile Website"
- Next message in Thread: Donald Evans: "Re: JAWS and ARIA's application role"
- Previous message in Thread: None
- View all messages in this Thread
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/
- Next message: Donald Evans: "Re: JAWS and ARIA's application role"
- Previous message: Shruti Agarwal: "Mobile App vs. Mobile Website"
- Next message in Thread: Donald Evans: "Re: JAWS and ARIA's application role"
- Previous message in Thread: None
- View all messages in this Thread