
You can use it with Chrome, but you will have better results in Safari because of the work that they have done to expose accessibility features in the browser. There are some on Windows that people use quite a bit more, like JAWS and NVDA, but VoiceOver is a really fantastic tool for developing for accessibility. It's worth mentioning this isn't the most popular screen reader.
#SCREEN READER ACCESSIBILITY TESTING HOW TO#
For part two, we're going to look at how to use VoiceOver, the screen reader on the Mac platform.

Without these settings set, you might have a bit of trouble. That way, you can test what the focus styles look like, make sure you can reach everything on the page that you're supposed to. It's really important to test for accessibility with the keyboard, because that's how your users might need to get around. Now I can start tabbing through a page and use the Skip Links, and see where I am on the screen.
#SCREEN READER ACCESSIBILITY TESTING FULL#
Under Full Keyboard Access, we'll want to change it from Text Boxes and Lists Only to All Controls. We also want to go to System Preferences under Keyboard, and then the Shortcuts panel. That will make it so you can start tabbing through the page. First, in the Safari Preferences, under the Advanced section, there's a checkbox for accessibility to Press Tab to Highlight Each Item on a Web page.


There's two things that we need to change. If I go to without changing anything, and I start to tab through the page, you'll see that I don't get a focus outline when I tab through everything, and as a keyboard user, that makes it impossible to use. When you first get a new Mac, to develop and test for accessibility, you might need to turn on a few things.
