14 Accessibility Check Tools
14.1 Check for Digital Accessibility Issues
Once your files are complete, run accessibility checks using the tools below to identify and fix potential issues.
14.2 HTML Accessibility Check Tools
14.2.1 WAVE
Recommened tool - covers a wide range of accessibility checks. And it’s visualized, offering code(you can click code in the issues to see it’s relative code and reference to see the details(include it’s meaning, how to fix it, algorithm in English and Standards and Guidelines which are very helpful for you to understand the issues and it’s relative solutions) of those Alerts or Error)
Install: Click here to add the WAVE browser extension
How to Use:
Open the HTML file you want to check
Open Developer Tools, Press
Ctrl + Shift + Ior Right click the page and choose “WAVE this page”
Explore WAVE: Watch the offical walkthrough by clicking here
Summary:
Details:
Reference:
- If you’re checking a local HTML file, you must allow WAVE to access local files: Open your browser’s Extensions page → Click
Manage Extensions→ Find WAVE and click Details → Toggle on “Allow access to file URLs”

14.2.2 axe DevTools Another accessibility checker, integrated into browser dev tools.
Install: Search for “axe DevTools” in the Chrome Web Store and add the extension.
How to Use:
Right-click your page and select Inspect
In Developer Tools, go to the “axe DevTools” tab and then choose
Scan full page

If you’re checking local HTML file, make sure to allow axe DevTools to access file URLs - same process as WAVE.
14.2.3 YuJa Panorama
…….
14.2.4 Other Tools
1.Accessibility Insights fo Web Accessibility Insights for Web is a brower extension developed by Microsoft to evaluate web accessibility. It offers fast automated checks and guided manual assessments. Website
2.ARC Toolkit ARC Toolkit is a Chrome Developer Tools extension for auditing web accessibility. It supports manual inspection of HTML structure, ARIA attributes,a and color contrast. Available on the Chrome Web Store.
3.tota11y tota11y is a visual accessibility tool. It overlays visual indicators on web pages to help identify accessibility issues like headings, alt text, and labels. Website
14.2.5 Notes
To learn how to fix each issue, please go to corresponding section.
14.3 PDF Accessibility Check
14.3.1 Adobe Acrobat
If you’re working with PDF files, use Adobe Acrobat’s Accessibility Checker to identify and fix accessibility issues.
- Run Accessibility Checker in Adobe Acrobat
Steps:
Open your PDF in Adobe Acrobat
Go to the Tools tab and find Accessibility Check
Click
Start Checking

A report will appear on the left showing all issues
- View and understand issues
To check the details of each issue: Click on the issues listed in the report panel

Right-click to see more options.
Click Explain to read the official Adobe explanation
Click Show in Tags Panel & Content Panel to view details

To learn how to fix each issue, please go to corresponding section.
14.3.1.1 Resources:
14.3.2 PAC Accessibility Checker
Click here to download
14.3.3 Learn to use Elements
Elements is a developer tool built in your browser. Elements is not strictly could considered as accessibility check tools, but It’s a very powerful tool for you to access and debug accessibility issues.
There’s 2 mode of Element: the normal one and the accessibility panel. We recommend you to use accessibility panel directly to inspect elements.
The Elements panel presents every part of wbepage, which include tag, contents, styles etc. Developer could use it to check the page’s structure, function, etc. And Accessibility panel shows whole accessibility tree for the page. The tag tree here is very semantic and easy to understand.You can easily read the structure and function etc for each content you wrote. Cooperate with other accessibility check tools will make you digital accessibility work efficient and accurate. (Find issues in check tools, inspect elements to find and understand the issues)
Steps:
Right click in the page you want to check
choose
inspectyou can find “Element” on the right side panel, click into it.
then switch to “Accessibility panel” (click accessibility icon on the right head corner).
