Understand the core gestures for navigating VoiceOver on macOS with the macOS keyboard shortcuts.
Ensure the screen reader output matches the visual output of all headings
Ensure the screen reader output matches the visual output of all links (as a minimum)
Ensure the screen reader output matches the visual output of all list elements
Ensure the screen reader output the first 2 rows of a table and announces the columns
Ensure the screen reader output every visual error message
Ensure the screen reader output all significant page activity (ajax spinner icon, new page)
Ensure the screen reader output a controls outcome (collapsed/expanded, x number of items returned)
- Enable this by going to System Preferences / Keyboard / Shortcuts / Accessibility
- Select Turn VoiceOver on or off
The accessibility shortcut makes testing a lot quicker and easier as you don't have to go into settings each time to switch VoiceOver on and off.
- Go to System Preferences / Keyboard / Shortcuts
- Select Use keyboard navigation to move focus between controls
- Open Safari
- Go to Preferences / Advanced
- Select Press Tab to highlight each item on a webpage
- Open Safari
- Go to the testing URL
- Turn VoiceOver on by pressing Command + F5
- Turn VoiceOver lock on by pressing Control + Option + ;
The Control and Option keys are locked so that they do not need to be pressed to perform VoiceOver commands
- Turn VoiceOver off by pressing ; followed by Command + F5
- Press Command + H to move forward through all headings, Shift + Command + H to move backward through all headings
- TEST :
Ensure the screen reader output matches the visual output of all headings
- Press Command + L to move forward through all links, Shift + Command + L to move backward through all links
- TEST :
Ensure the screen reader output matches the visual output of all links (as a minimum)
- Press Command + X to move forward through all lists, Shift + Command + X to move backward through all lists
- TEST :
Ensure the screen reader output matches the visual output of all list elements
- Press Command + T to move forward through all tables, Shift + Command + T to move backward through all tables
- Within each table press Right Arrow to move forward through the cells, press Left Arrow to move backward through the cells
- TEST :
Ensure the screen reader output the first 2 rows of a table and announces each column
- Trigger all form errors
- TEST :
Ensure the screen reader output every visual error message
- Trigger significant screen change (only relevant for Single Page Applications)
- TEST :
Ensure the screen reader output all significant page activity (ajax spinner icon etc)