The Good Manager  >  Training modules

100 points to know about...
Digital accessibility

100
points to know about...
Back to module summary

Notion 93

Tools for inspecting your digital project's code

Target skills

Understand the usage of automated tools for evaluating the code created for your web content.

The importance of automated testing for accessible code

If you’ve written and developed the code for your digital project, running a check for unnecessary components and code lines is an important part of the design process. Numerous elements can clutter your code and make it more challenging to read with assistive technologies. However, removing the ‘junk’ from your code is a process that could be done much more efficiently with automated testing tools. They ensure that your code is cleaner and better organised, and therefore, accessible to a wide range of users.

External links to test your digital project’s code for accessibility issues

The tools mentioned here can catch accessibility issues at the inception of your digital project as soon as you start coding. They solve errors, find typos, identify incorrect uses, minify code, and offer support. Some even advise on usability risks.

CSS Validation Service: http://www.css-validator.org/
W3C Markup Validation Service: https://validator.w3.org/
HTML_CodeSniffer: http://squizlabs.github.io/HTML_CodeSniffer/
Rocket Validator: https://rocketvalidator.com/
Online JavaScript/CSS/HTML Compressor:
https://refresh-sf.com/

This is what the HTML_CodeSniffer tool looks like in practice:

All media on this site are described by the text nearby