How do you make sure your apps are accessible?
We all know the reasons why our apps need to be accessible. Section 508 mandates that federal agencies and organizations receiving federal funding make their digital technology accessible to people with disabilities. Even for private companies, conforming to accessibility standards (such as WCAG, which underpins Section 508) significantly mitigates the risk of costly digital ADA (Americans with Disabilities Act) discrimination lawsuits. Beyond the legal requirements of Section 508 compliance, if you make your app work primarily for you on the phone, laptop, or iPad you own, you are leaving money on the table.
If you want a way to determine whether your project is accessible, WebAIM is a great resource. WebAIM (Web Accessibility in Mind) is a nonprofit organization based at the Institute for Disability Research, Policy, and Practice at Utah State University. Founded in 1999, it has grown into an internationally recognized leader in digital accessibility, driven by a mission to expand the web’s potential for people with disabilities. WebAIM provides comprehensive accessibility solutions, expert consulting, and specialized training to help organizations design and deliver inclusive digital content. It is perhaps best known for creating WAVE, a widely used suite of free evaluation tools that empowers web developers and content creators to easily identify and fix accessibility barriers on their sites.
WAVE (The Web Accessibility Evaluation Tool) can be used on the WAVE website, or you can do the same thing using the WAVE Chrome, Firefox, and Edge browser extensions. Because the extension runs entirely within your web browser, no information is sent to the WAVE server. This ensures 100% private, secure access to reporting. The extension can check intranet, password-protected, dynamically generated, or sensitive web pages.
No matter where your website/web application lives, if you want to see how accessible it is, you can just open the extension and get a sidebar with a score out of 10 and a list of errors to fix. As you fix the errors, you can watch the score increase until all of the errors are fixed.
#Accessibility #Testing #WCAG