From 13cae17224a97b7159552d9d75891c3339543c5b Mon Sep 17 00:00:00 2001 From: Yakim <yakimvanzuijlen@gmail.com> Date: Thu, 4 Feb 2021 13:26:16 +0100 Subject: [PATCH 1/2] Adding VoiceOver Testing resource I wrote an article on how to use VoiceOver on macOS for the purpose of testing screen reader compatibility. I see that there are already some similar articles out there already, so this might repeat a lot of the concepts. I think it could help people who think visually to understand how a screen reader (specifically VoiceOver) works. It's written from my own perspective as a sighted person about how I learned using VoiceOver and the things that I didn't fully understand at first. --- src/_data/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_data/resources.json b/src/_data/resources.json index 1f60de10..0416d8a7 100644 --- a/src/_data/resources.json +++ b/src/_data/resources.json @@ -1359,6 +1359,12 @@ "description": "Answers to common questions.", "additional": "WebAIM", "url": "https://webaim.org/articles/screenreader_testing/" + }, + { + "title": "How to start testing screen reader support using VoiceOver", + "description": "This article explains why you should be testing your content with a screen reader. It also gives a visual guide on how to use VoiceOver on macOS", + "additional": "Yakim van Zuijlen", + "url": "https://yakim.nl/articles/voiceover-testing/" } ], "talks": [ -- GitLab From bb8a953442a6979648ca1b0f6d825dabf3b79201 Mon Sep 17 00:00:00 2001 From: Yakim <yakimvanzuijlen@gmail.com> Date: Fri, 5 Feb 2021 18:09:28 +0100 Subject: [PATCH 2/2] Added future reading resource --- src/posts/2013-01-14-getting-started-with-voiceover.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/posts/2013-01-14-getting-started-with-voiceover.md b/src/posts/2013-01-14-getting-started-with-voiceover.md index 30904eab..37d4299a 100755 --- a/src/posts/2013-01-14-getting-started-with-voiceover.md +++ b/src/posts/2013-01-14-getting-started-with-voiceover.md @@ -12,6 +12,9 @@ further_reading: - title: VoiceOver Mac user guide url: https://help.apple.com/voiceover/mac/10.15/ source: Apple + - title: How to start testing screen reader support using VoiceOver + url: https://yakim.nl/articles/voiceover-testing/ + source: Yakim van Zuijlen eleventyNavigation: key: {{ category }} title: {{ title }} -- GitLab