Top 10 Accessibility Issues
Web developers worldwide have found 82 million A11Y issues on 11 million checked web pages.
Here are the most common issues detected by Rocket Validator.
Last update: Saturday, March 15, 2025
1. Images must have alternative text. 38.17%
To express their purpose and meaning to screen reader users, all images must include alternative text.
2. Buttons must have discernible text. 17.61%
For screen reader users, buttons must include recognizable text that specifies the destination, purpose, function, or action.
3. Zooming and scaling must not be disabled. 12.94%
The user-scalable="no"
parameter in the <meta name="viewport">
element must not be used since it prevents text scaling and zooming, which are necessary for individuals with impaired vision.
4. Form elements must have labels. 7.80%
Each form element must have a label
element attached with it.
5. Certain ARIA roles must be contained by particular parents. 6.37%
Certain ARIA roles must be enclosed by specific parent roles
in order to carry out their intended accessibility functions.
6. Elements must only use supported ARIA attributes. 6.22%
Not all ARIA role-attribute combinations are valid. Each role must have its required qualities.
7. Certain ARIA roles must contain particular children. 5.68%
Some ARIA role
values in parent elements must contain specific child elements and role
values in order to execute the intended accessibility function.
8. Images must have alternate text. 2.07%
To express their purpose and meaning to screen reader users, all images must include alternate text.
9. Select element must have an accessible name. 1.97%
A label element with a programmatic association must be included for each select element.
10. Non-empty <td> elements in larger <table> must have an associated table header. 1.17%
Markup for data tables can be tedious and perplexing. Tables must be semantically marked up and have the proper header structure. Table navigation is made easier by features in screen readers, but for these capabilities to function properly, the tables must be precisely marked up.
Ready to validate your sites?
Start your trial today.