Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How can I test my front end for accessibility to the blind?
I'd like my web front end to be accessible, including to people who use screen readers. I know the basics about labels and alt text for images, but there are some areas where I'm not sure what a screen reader will do and I'd like to find out and catch it if we're doing it badly. I don't want to actually buy my own screen reader, though, and also I'd like other people on my team to do this kind of testing on their parts before committing their changes too.
What tools are available to test for screen-reader accessibility? Is there a tool that can perform some sort of validation? A tool we could use locally would be better, but an online tool that checks a live web site would be ok (we can deploy a test server if we need to).
1 answer
I haven't actually tried used them myself, but other people on teams I'm on use the following free screen readers to check how a site works in them:
In terms of available tools to help validate one's site, the W3C's Web Accessibility Initiative has resources on how to evaluate a site's accessibility, including a large list of tools .
0 comment threads