WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Working with React

for

From: Srinivasu Chakravarthula
Date: Feb 19, 2018 9:24PM


Have you read this documentation?
https://reactjs.org/docs/accessibility.html
Hope this may be of some help.
Thanks,
Vasu

Regards,

Srinivasu Chakravarthula - Twitter: http://twitter.com/CSrinivasu/
Website: http://www.srinivasu.org | http://serveominclusion.com

Let's create an inclusive web!

Lead Accessibility Consultant, Informatica


On Tue, Feb 20, 2018 at 2:37 AM, JP Jamous < <EMAIL REMOVED> > wrote:

> I have a web site that is using react and despite that <header> and
> <footer>
> were added, they are not being announced by JAWS in IE or Firefox. I tried
> to add through Firebug
>
> <header aria-label="Banner">
>
> </header>
>
> And JAWS was still not stating Banner.
>
>
>
> Any idea how can I explain to developers to be able to programmatically
> label their regions? I am really stumped.
>
> > > > >