diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index c7a8887700..dadcd44c34 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -511,6 +511,7 @@ W3C's WAI-ARIA provides guidance on how to build dynamic content and advanced us - Automated Tools - [Lighthouse](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk) - [WAVE](https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh) + - [ARC Toolkit](https://chrome.google.com/webstore/detail/arc-toolkit/chdkkkccnlfncngelccgbgfmjebmkmce?hl=en-US) - Color Tools - [WebAim Color Contrast](https://webaim.org/resources/contrastchecker/) - [WebAim Link Color Contrast](https://webaim.org/resources/linkcontrastchecker) @@ -519,6 +520,8 @@ W3C's WAI-ARIA provides guidance on how to build dynamic content and advanced us - [Color Oracle](https://colororacle.org) - [Focus Indicator](https://chrome.google.com/webstore/detail/focus-indicator/heeoeadndnhebmfebjccbhmccmaoedlf?hl=en-US…) - [NerdeFocus](https://chrome.google.com/webstore/detail/nerdefocus/lpfiljldhgjecfepfljnbjnbjfhennpd?hl=en-US…) + - [Visual Aria](https://chrome.google.com/webstore/detail/visual-aria/lhbmajchkkmakajkjenkchhnhbadmhmk?hl=en-US) + - [Silktide Website Accessibility Simulator](https://chrome.google.com/webstore/detail/silktide-website-accessib/okcpiimdfkpkjcbihbmhppldhiebhhaf?hl=en-US) ### Users {#users}