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

允我心安 提交于 2019-12-21 04:02:14

问题


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?


回答1:


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?



来源:https://stackoverflow.com/questions/43340690/is-there-an-online-emulating-screen-reader-tool-to-test-against-a-custom-web-pag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!