From be45e4800020d06dce26daf57fa8c52bc982404e Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Sun, 20 Aug 2023 19:00:16 -0400 Subject: [PATCH] More accessibility links --- pages/docs/accessibility.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/pages/docs/accessibility.md b/pages/docs/accessibility.md index c29d453..164d33d 100644 --- a/pages/docs/accessibility.md +++ b/pages/docs/accessibility.md @@ -1,11 +1,11 @@ --- -title: Accessibility Guidance -description: An introduction to accessibility concepts +title: Accessibility +description: An introduction to accessibility concepts and resources weight: 7 layout: subpage --- -__toc__ +[toc] ### General Accessibility Concepts @@ -60,4 +60,14 @@ Here is a partial list of general accessibility goals you should strive for: #### Video - 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 \ No newline at end of file +- 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/)