Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screen Readers For Testing Website Accessibility

My website is designed to meet the accessibility guidelines.

I'm HOPING that this means screen readers should work well with them... But I have two questions:

  • Is this a fair assumption to make?
  • Are there any free/cheap screen readers clients I can use to test or online emulators?
like image 537
AJM Avatar asked Apr 28 '09 08:04

AJM


People also ask

How do you use screen reader for accessibility testing?

To run the Accessibility Checker, press Alt+Windows logo key+R, Q. The focus moves to the Accessibility Checker pane on the right side of the screen.

What is an accessibility screen reader?

Posted April 05, 2019. accessibility. Website screen readers with braille displays open. Screen readers help people who can't see screens access information on computers and phones. The technology reads the screen aloud or converts it to Braille.

How do I make text accessible for screen readers?

Quick Tips for AccessibilityAlways use headings instead of increasing font size. Always add alt text to images and tables. Always use automatic numbered or bulleted lists. Always emphasize text using "strong" or "emphasis" instead of bold or italic.


1 Answers

Just because something meets the guideline doesn't mean it's guaranteed to be accessible, all screen readers have there different quirks. I'm a totally blind individual so comments on screen readers are below.

Note this is a rather long post so I’ve summarized it at the top. In summary if you want to make sure your site is mostly accessible use NVDA, if you want to make sure that blind individuals working in the government will be able to use your site use Jaws to test, if you want to be extra safe use Window-Eyes and Orca to test as well.

NVDA is an open source screen reader that is rather new. It isn't quite as good as some of the commercial screen readers out there but it gets the job done. I'd say if a site works with NVDA it's likely to work with most other screen readers. One issue with NVDA is the fact that its accessibility is only really good in Firefox so you'll have to use that to test.

Jaws is the most widely used screen reader out there. You can download a demo of it that will run for 40 minutes at a time then require you to reboot if you want to run it again. If you’re trying to insure 508 compliance this is probably the way to go since Jaws is the screen reader used by the US government.

Window-Eyes is the second most used screen reader. I don’t have any experience with it but I’ve been told it’s quite good as far as internet accessibility goes. Orca is a screen reader built into gnome that works with Firefox and Linux. It’s built into Ubuntu. I tried it about a year and a half ago and it was absolutely horrible but I’ve been told it’s gotten better.

like image 130
Jared Avatar answered Nov 09 '22 14:11

Jared