Skip to main content

Top 8 Accessibility Issues in Spain

These are the main A11Y issues found in the most prominent Spain websites for the main sectors.

Last update: Sunday, February 15, 2026

1. Elements in the focus order should have an appropriate role. 29.30%

Every element that can receive keyboard focus must have a role that clearly communicates its purpose to assistive technologies. When a focusable element lacks a role or has an inappropriate one (such as a generic <div> or <span> with tabindex="0" but no semantic meaning), screen reader users will not understand what the element is or how to interact with it. Fix this by using native HTML interactive elements whenever possible, or by assigning a valid ARIA role attribute to custom widgets.

2. Alternative text of images should not be repeated as text. 29.21%

When an image’s alt text duplicates the visible text right next to it — such as inside the same link or button — screen readers announce the identical content twice, creating a confusing and redundant experience for blind and deafblind users. To fix this, set the image’s alt attribute to an empty string (alt="") when adjacent text already conveys the same information, or ensure the alt text provides genuinely different, useful information.

3. ARIA role should be appropriate for the element. 17.59%

Not every WAI-ARIA role can be applied to every HTML element. When an element is given a role that isn’t allowed for that element type, assistive technologies may report confusing or nonsensical information, breaking the user experience. To fix this, ensure that any role you assign to an HTML element is permitted for that element according to the ARIA in HTML specification.

4. Users should be able to zoom and scale the text up to 500%. 12.03%

The <meta name="viewport"> element can prevent users from zooming a page when it includes user-scalable="no" or a restrictive maximum-scale value. To ensure people with low vision can magnify content to a comfortable level, remove user-scalable="no" and set maximum-scale to at least 5 (500%).

5. Headings should not be empty. 9.98%

Empty heading elements confuse screen reader users by announcing a heading with no content, disrupting their ability to understand the page’s structure. To fix this, ensure every <h1> through <h6> element contains meaningful, accessible text — and remove heading markup from any element that isn’t actually a heading.

6. Elements marked as presentational should be consistently ignored. 1.39%
7. Ensure elements marked as presentational are consistently ignored. 0.25%

When an element is given role="none" or role="presentation", it should be removed from the accessibility tree so assistive technologies ignore it. However, adding global ARIA attributes or making the element focusable creates a conflict that prevents this removal, leaving the element unexpectedly exposed to screen readers. To fix this, remove any global ARIA attributes and ensure the element is not focusable.

8. Table header text should not be empty. 0.25%

Table header elements (<th>, or elements with role="rowheader" or role="columnheader") must contain visible text that describes the purpose of their row or column. Empty table headers fail to communicate meaning to both sighted users and screen reader users. If a cell isn’t actually a header, use a <td> element instead.

Switch to Spanish or Portuguese

Ready to validate your sites?
Start your trial today.