From 53b2cc07822bdb7f25c2c26c6ae83cd4ca5f4e90 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:02:04 +0800 Subject: [PATCH] Add mobile screen readers to tools to test accessibility --- src/statements/accessibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/statements/accessibility.md b/src/statements/accessibility.md index 0750f3be..c77de12a 100644 --- a/src/statements/accessibility.md +++ b/src/statements/accessibility.md @@ -1,7 +1,7 @@ --- title: Accessibility keyword: accessibility statement -updated: 2024-05-29 +updated: 2024-06-01 eleventyNavigation: order: 12 --- @@ -13,6 +13,8 @@ This site uses the [Lexend](https://www.lexend.com/) font family as the default I use the following tools to test my site for accessibility: * WebAIM's [WAVE Browser Extension](https://wave.webaim.org/extension/) * [NVDA](https://www.nvaccess.org/about-nvda/) screen reader for Windows +* TalkBack screen reader for Android +* VOiceOver screen reader for iOS In addition, I test the accessibility of my website manually by navigating with keyboard alone.