From 86f0accf296a9855a93d0b3fa897bf639429edee Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:10:04 +0800 Subject: [PATCH 1/2] fix: update broken link for Colorable Update broken link for Colorable in Color contrast section --- content/docs/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index 99641d61a90..cc1d143f406 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -404,7 +404,7 @@ Ensure that all readable text on your website has sufficient color contrast to r - [Everything About Color Contrast And Why You Should Rethink It](https://www.smashingmagazine.com/2014/10/color-contrast-tips-and-tools-for-accessibility/) - [A11yProject - What is Color Contrast](https://a11yproject.com/posts/what-is-color-contrast/) -It can be tedious to manually calculate the proper color combinations for all cases in your website so instead, you can [calculate an entire accessible color palette with Colorable](https://jxnblk.com/colorable/). +It can be tedious to manually calculate the proper color combinations for all cases in your website so instead, you can [calculate an entire accessible color palette with Colorable](https://colorable.jxnblk.com/). Both the aXe and WAVE tools mentioned below also include color contrast tests and will report on contrast errors. From 10ddffee97d8527e48d9bc5bb4116161540ae230 Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:09:47 +0800 Subject: [PATCH 2/2] fix: update ChromeVox link When you open [ChromeVox](www.chromevox.com) it will get a warning of privacy error and then finally redirect to [here](https://support.google.com/chromebook/answer/7031755) --- content/docs/accessibility.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index cc1d143f406..07bbd36c011 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -511,9 +511,4 @@ Refer to the following guides on how to best use JAWS: #### ChromeVox in Google Chrome {#chromevox-in-google-chrome} -[ChromeVox](https://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](https://www.chromevox.com/keyboard_shortcuts.html) +[ChromeVox](https://support.google.com/chromebook/answer/7031755) 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.