Browse Source

Merge pull request #797 from jlr7245/jlr7245-add-chromevox

add chromevox to a11y documentation
main
Almero Steyn 7 years ago
committed by GitHub
parent
commit
cd4bc8b341
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      content/docs/accessibility.md

13
content/docs/accessibility.md

@ -330,6 +330,8 @@ Testing with a screen reader should form part of your accessibility tests.
Please note that browser / screen reader combinations matter. It is recommended that you test your application in the browser best suited to your screen reader of choice.
### Commonly Used Screen Readers
#### NVDA in Firefox
[NonVisual Desktop Access](https://www.nvaccess.org/) or NVDA is an open source Windows screen reader that is widely used.
@ -357,3 +359,14 @@ Refer to the following guides on how to best use JAWS:
- [WebAIM - Using JAWS to Evaluate Web Accessibility](http://webaim.org/articles/jaws/)
- [Deque - JAWS Keyboard Shortcuts](https://dequeuniversity.com/screenreaders/jaws-keyboard-shortcuts)
### Other Screen Readers
#### ChromeVox in Google Chrome
[ChromeVox](http://www.chromevox.com/) is an integrated screen reader on Chromebooks and is available [as an extension](https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en) for Google Chrome.
Refer to the following guides on how best to use ChromeVox:
- [Google Chromebook Help - Use the Built-in Screen Reader](https://support.google.com/chromebook/answer/7031755?hl=en)
- [ChromeVox Classic Keyboard Shortcuts Reference](http://www.chromevox.com/keyboard_shortcuts.html)

Loading…
Cancel
Save