From 826d4df47c9d64f5a1b3907b774712cf39ec212c Mon Sep 17 00:00:00 2001
From: Rich Noah <40642061+richnoah@users.noreply.github.com>
Date: Mon, 28 Jan 2019 13:56:29 -0600
Subject: [PATCH] tool for accessibility checking (#28357)
added comment referencing WAVE as a tool to check accessibility.
---
guide/english/accessibility/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guide/english/accessibility/index.md b/guide/english/accessibility/index.md
index 665315cabd..123f703773 100644
--- a/guide/english/accessibility/index.md
+++ b/guide/english/accessibility/index.md
@@ -18,6 +18,8 @@ The use of images and graphics on websites can decrease accessibility for those
Just like alt text has the ability to help people that are visually impaired, providing written documents or transcripts of the audio can help people that have hearing disabilities. Videos should always be captioned. Providing a written document or a transcript of what is being spoken makes this content accessible to people who are Deaf or hard of hearing, with speech-processing disabilities, those using devices without sound capability, and people on slow or data-limited devices that make loading videos cumbersome or impossible.
+A high level test of a websites accessibilty can be conducted through several online tools. One is a popular Chrome Browswer extension known as WAVE. This will provide you with areas to focus on to present a usable experience for all visitors to the site.
+
Copyright © 2005 World Wide Web Consortium, (MIT, ERCIM, Keio,Beihang). http://www.w3.org/Consortium/Legal/2015/doc-license
### More Information: