Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an online emulating screen reader tool to test against a custom web page? [closed]

We are concerned about accessibility on our web site and would like to see how it is perceived and decoded by a common screen reader?

like image 849
Matoeil Avatar asked Apr 11 '17 08:04

Matoeil


People also ask

How do I test my website with screen reader?

The easiest way to test screen readers on real browsers and devices online is to use BrowserStack. Access a real device cloud of 3000+ real browsers and devices to check how a website works with screen readers in real user conditions.

Can screen readers read websites?

Screen readers translate web pages by reading HTML files directly, so everything the reader needs should be included in this file. Here are some basic steps you can take to help screen readers process your pages and make your website easy to navigate for screen reader users.

Can we automate screen reader?

Short answer is no, you cannot effectively do this. However there are lots of automated tools that will identify around 40% of accessibility errors, such as empty links etc. The reason you need to test manually is that they cannot test for things like logical tab order , keyboard traps etc.

What are the various tools you can use to check if a website is accessible and or mobile friendly?

SortSite is a website testing tool available both as a desktop and web application that tests for accessibility, broken links, HTML and CSS standards, search engine optimization, and cross-browser compatibility. The generated report will show errors and warnings, and prioritize them based on level of impact.


1 Answers

No. At least not one that is any good nor represents how a screen reader actually reads a page or responds to ARIA.

The best answer is to test in real screen readers, ideally by getting real users as they know how to use these tools. Consider contacting your local blind association and see if they offer testing services.

Screen Readers

Each platform has a screen reader, most are built in. Windows has the most variety.

For Windows

  • Use Narrator (it is built in, though not very good right now it is getting much better). Use it with Edge.

  • Download the free NVDA screen reader (but please donate to support it). Use it with Firefox

  • Download JAWS and use it in 40 minute increments for free. Use it with IE11.

For macOS

  • Use VoiceOver (it is built in). Use it with Safari.

For iOS

  • Use VoiceOver (it is built in). Use it with Safari.

For Android

  • Use TalkBack. Use it with Firefox.

For Ubuntu

  • Use Orca.

For ChromeOS

  • Use ChromeVox (but only use ChromeVox in this scenario, not as a plug-in for Chrome on Windows or macOS).

Resources

These are handy to get started with testing on your own. Keyboard shortcuts are necessary to use a screen reader well, beyond just hitting the Tab key over and over and over.

  • Basic screen reader commands for accessibility testing

  • Screen readers and web browsers – what’s the best pairing for testing?

like image 172
aardrian Avatar answered Nov 02 '22 19:11

aardrian