Published at
Updated at
Reading time
1min
This post is part of my Today I learned series in which I share all my web development learnings.

I tested my site with VoiceOver (the screen reader on macOS) today to find out if pages include accessibility issues. Usually, I navigate my site with the tab key to see if the focus order is correct and then navigate from element to element to check paragraphs, images and other HTML elements.

Today I discovered a new command/shortcut! You can press ^⌥a, and VoiceOver takes over to read the entire document. Start at the top, hit the keys, close your eyes and hear if everything makes sense!

Example showing how VoiceOver automatically reads out a page.

Read more about VoiceOver commands in the Apple documentation.

If you enjoyed this article...

Join 5.5k readers and learn something new every week with Web Weekly.

Web Weekly — Your friendly Web Dev newsletter
Reply to this post and share your thoughts via good old email.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles