Top 10 Accessibility Issues
Web developers worldwide have found 76 million A11Y issues on 10 million checked web pages.
Here are the most common issues detected by Rocket Validator.
Last update: Wednesday, November 20, 2024
1. All page content should be contained by landmarks. 38.18%
The recommended practice is to keep all content, excluding skip links, in designated areas such the header
, nav
, main
, and footer
.
2. Elements must meet minimum color contrast ratio thresholds. 28.18%
According to WCAG 2 AA contrast ratio thresholds, all text elements must have sufficient contrast between foreground text and background colors.
3. All touch targets must be 24px large, or leave sufficient space. 11.13%
Touch targets must have a minimum dimension of 24 by 24 CSS pixels. The greatest unobscured area of the touch target is used to calculate size. The target must be at least 24 CSS pixels distant from any other touch target if its size is insufficient.
4. Links must have discernible text. 9.82%
When used as links, link text and alternative text for images must be recognizable by screen readers, have no duplicate labels, and be focusable.
5. Heading levels should only increase by one. 2.59%
The h1
through h6
element tags must be in a sequential order for headings to be in a correct logical order.
6. Images must have alternate text. 2.47%
To express their purpose and meaning to screen reader users, all images must include alternate text.
7. Document should have one main landmark. 2.12%
A best practice is to guarantee that there is only one primary landmark for navigating to the page’s principal content, and if the page has iframe
components, each should contain either no landmarks or a single landmark.
8. Elements in the focus order should have an appropriate role. 1.94%
Whether native HTML or a custom widget, user input elements need to play the right roles in order to make their meaning clear to screen reader users when they are focused on and landed on. If a custom widget, the element’s function must be correctly exposed by using appropriate ARIA role
values rather than abstract roles.
9. Elements must have their visible text as part of their accessible name. 1.93%
The visible label of interactive items labeled through their content must be included in their accessible name.
10. <li> elements must be contained in a <ul> or <ol>. 1.63%
All list items (li
) must have ul
or ol
parent elements.
Ready to validate your sites?
Start your trial today.