Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can screen readers for the blind handle tabbed browsing?

I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main concern is that a screen reader might have trouble with the javascript that is used to manage the tabs and what they display.

I am using jQuery UI's tabs. If you look at the documentation/example you can see exactly how it is implemented.

like image 405
Abe Miessler Avatar asked May 06 '11 23:05

Abe Miessler


People also ask

Do screen readers use tab?

By default it will start reading the page but then they will probably use shortcut keys to navigate around the page. But people who use a screen reader very rarely use the Tab key. They use different shortcuts to jump between headings, landmarks, links, forms, tables, buttons etc.

What can screen readers not read?

Like astrological, musical, political and religious symbols. Yes, Unicode characters might look interesting and stand out visually. But they are inaccessible to screen reader users. Screen readers may skip them entirely or read something irrelevant to the user.

What can a screen reader do?

Screen readers are software programs that allow blind or visually impaired users to read the text that is displayed on the computer screen with a speech synthesizer or braille display. A screen reader is the interface between the computer's operating system, its applications, and the user.

What is accessibility mode for screen readers?

Enable accessibility mode for screen readers This is particularly important for candidates with impaired vision, making the interface easier for them to navigate via keyboard, and enabling audio queues where needed to help them complete the test successfully.


1 Answers

See Tabs support in the jQuery Accessible RIA - it does a good job of adding accessibility features to the basic jQuery UI tabs. Try using this extended package, and make sure you try using your site with popular speech recognition and screenreading software to validate that it's convenient and reads content at the correct, expected time.

like image 141
Chiara Coetzee Avatar answered Sep 21 '22 02:09

Chiara Coetzee