summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-10-09 20:09:36 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-20 22:53:53 +0300
commit3ec4c04905eaaf8e3ac2793641f7577f0c7f5472 (patch)
treedc8f2a61c4b79c416f46d137e424450ff1068f40 /docs
parentcaaf7baff0b5995ef6c8fef213f1ec7af34ca911 (diff)
downloadwebui-vue-3ec4c04905eaaf8e3ac2793641f7577f0c7f5472.tar.xz
Add narrator to screen reader list
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I4399271998fca392f457d0d1769f1e9337881f44
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/coding-standards/accessibility.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/guide/coding-standards/accessibility.md b/docs/guide/coding-standards/accessibility.md
index 90057a33..d53bf08d 100644
--- a/docs/guide/coding-standards/accessibility.md
+++ b/docs/guide/coding-standards/accessibility.md
@@ -28,9 +28,10 @@ The OpenBMC Web UI developers should test their development pages using one of t
- [Lighthouse](https://developers.google.com/web/tools/lighthouse)
## Screen Readers
-- [Voiceover (Mac only)](https://webaim.org/articles/voiceover/)
-- [NVDA (Windows only)](https://webaim.org/articles/nvda/)
- [Jaws - (Windows only)](https://webaim.org/articles/jaws/)
+- [Narrator - (Windows only)](https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1)
+- [NVDA (Windows only)](https://webaim.org/articles/nvda/)
+- [Voiceover (Mac only)](https://webaim.org/articles/voiceover/)
## Resources
- [Mozilla Developer Network - Accessibility](https://developer.mozilla.org/en-US/docs/Web/Accessibility)