More accessibility links

This commit is contained in:
Alice Rhodes 2023-08-20 19:00:16 -04:00
parent 01fb14eccf
commit be45e48000

View File

@ -1,11 +1,11 @@
--- ---
title: Accessibility Guidance title: Accessibility
description: An introduction to accessibility concepts description: An introduction to accessibility concepts and resources
weight: 7 weight: 7
layout: subpage layout: subpage
--- ---
__toc__ [toc]
### General Accessibility Concepts ### General Accessibility Concepts
@ -60,4 +60,14 @@ Here is a partial list of general accessibility goals you should strive for:
#### Video #### Video
- For the audio in videos, provide subtitles of the dialog and sounds - For the audio in videos, provide subtitles of the dialog and sounds
- A transcript of all the content conveyed in the video helps a wide audiences - A transcript of all the content conveyed in the video helps a wide audiences
### Additional Reading
- [Mozilla's Accessibility Reference Pages](https://developer.mozilla.org/en-US/docs/Web/Accessibility)
- [Cognitive Accessibility at W3C ](https://www.w3.org/WAI/cognitive/)
### Usability Tools
- [Color Contrast Grid](https://contrastgrid.com/)
- [WebAIM WAVE](https://wave.webaim.org/)