Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2025
1 parent ed40049 commit ede5472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _guide/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Digital accessibility tools can help ensure that the content you create is meeti
Screen readers help people who are blind or visually impaired read text on a screen. We recommend using these common screen readers and testing your content with multiple screen readers and devices.

* [JAWS](https://www.freedomscientific.com/products/software/jaws/) (Job Access With Speech): This screen reader provides speech and Braille output for Windows. It requires a paid license to run.
* [NVDA](https://www.nvaccess.org/about-nvda/): (Non-Visual Desktop Access): This is another common screen reader for Windows thats free and doesnt require a license.
* [NVDA](https://www.nvaccess.org/about-nvda/): (Non-Visual Desktop Access): This is another common screen reader for Windows that's free and doesn't require a license.
* [Talkback](https://support.google.com/accessibility/android/answer/6283677?hl=en): A Google screen reader included on Android devices. All Android devices come with this screen reader by default
* [VoiceOver](https://www.apple.com/accessibility/vision/): While not open source, VoiceOver is a screen reader thats a default on all Apple devices (desktop and mobile) and gives descriptions in braille.
* [VoiceOver](https://www.apple.com/accessibility/vision/): While not open source, VoiceOver is a screen reader that's a default on all Apple devices (desktop and mobile) and gives descriptions in braille.

Learn more about [screen reader testing](https://accessibility.civicactions.com/playbook/AT).

Expand Down Expand Up @@ -75,7 +75,7 @@ An electronic publication (EPUB) is an e-book file format and is a technical sta
Evaluation tools are software programs or online services that can help determine if your website content meets accessibility guidelines. These are the tools we recommend to help evaluate content at a site or page level.

Check warning on line 75 in _guide/tools.md

View workflow job for this annotation

GitHub Actions / remark-lint

[remark-lint] _guide/tools.md#L75

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
    75:1-75:138  warning  Hard to read sentence (confidence: 5/7)         readability  retext-readability

### Site level evaluation tools
* [Domain Accessibility Audit](https://github.com/MSU-NatSci/DomainAccessibilityAudit): This web application by MSU College of Natural Science automatically crawls websites and checks for accessibility violations. Its based on axe by Deque Systems, Inc.
* [Domain Accessibility Audit](https://github.com/MSU-NatSci/DomainAccessibilityAudit): This web application by MSU College of Natural Science automatically crawls websites and checks for accessibility violations. It's based on axe by Deque Systems, Inc.

Check warning on line 78 in _guide/tools.md

View workflow job for this annotation

GitHub Actions / remark-lint

[remark-lint] _guide/tools.md#L78

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
    78:4-78:214  warning  Hard to read sentence (confidence: 5/7)         readability  retext-readability
* [Pa11y](https://pa11y.org/): A popular command-line interface which loads web pages and highlights any accessibility issues it finds.

### Page level evaluation tools
Expand Down

0 comments on commit ede5472

Please sign in to comment.