Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, custom pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction4 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BLink & Button Quality1 issue(s) across 6 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.iberia.com/es/politica-de-co… | Más información sobre su pri… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Se abre en… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.iberia.com/es/politica-de-cookies/; https://www.onetrust.com/products/cookie-consent/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.ot-host-box (#294 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Centro de preferenci… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Su privacidad | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookies técnicas (e… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookies de análisis… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookies de publicida… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookies dirigidas | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookies de preferenc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Back | 16.21:1 | 3.0:1 | #000000 | #E2E2E2 | Pass |
| title Sorry!The connection… | 1.69:1 | 4.5:1 | #000000 | #6B0C16 | Fail |
| a ___ | 1.56:1 | 4.5:1 | #000000 | #48242A | Fail |
| akaerrorcode Error code: | 1.67:1 | 4.5:1 | #000000 | #2F3437 | Fail |
| span Sorry! | 1.75:1 | 4.5:1 | #000000 | #333739 | Fail |
| div The connection was i… | 1.88:1 | 4.5:1 | #000000 | #3B3B3C | Fail |
| div Reference id: 18.4c2… | 1.86:1 | 4.5:1 | #000000 | #393B3C | Fail |
| a Back to Iberia.com | 1.87:1 | 4.5:1 | #000000 | #3A3B3B | Fail |
| span Cerrar | 1.88:1 | 4.5:1 | #000000 | #3B3B3C | Fail |
| p © Iberia 2024 | 1.86:1 | 4.5:1 | #000000 | #383B3B | Fail |
| p Usamos cookies anal… | 1.86:1 | 4.5:1 | #000000 | #393B3C | Fail |
| a Política de Cookies… | 1.86:1 | 4.5:1 | #000000 | #393B3C | Fail |
| button Configuración de co… | 1.86:1 | 4.5:1 | #000000 | #383B3B | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
AHeading Hierarchy20 headingsPASS
- H1 Sorry!
- H2 The connection was interrupted due to an error, but we can take you to the homepage if you want to carry on browsing.
- H2 Reference id: 18.4c251102.1776294317.465848a
- H2 (empty)
- H2 Centro de preferencia de la privacidad
- H3 Su privacidad
- H3 Cookies técnicas (estrictamente necesarias)
- H3 Cookies de análisis o medición
- H3 Cookies de publicidad comportamental
- H3 Cookies dirigidas
- H3 Cookies de preferencias o personalización
- H4 Su privacidad
- H4 Cookies técnicas (estrictamente necesarias)
- H4 Cookies de análisis o medición
- H4 Cookies de publicidad comportamental
- H4 Cookies dirigidas
- H4 Cookies de preferencias o personalización
- H3 Back
- H3 (empty)
- H4 (empty)
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
AAlt Text Quality2 of 8 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Cookies de análisis o medición | for/id |
| #ot-group-id-C0005 | checkbox | Cookies de publicidad comportamental | for/id |
| #ot-group-id-C0004 | checkbox | Cookies dirigidas | for/id |
| #ot-group-id-C0003 | checkbox | Cookies de preferencias o personalización | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
| #vendor-search-handler | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="vendor-search-handler" id="vendor-search-handler">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 31 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VUELO
ORIGEN
Click para plegar ciudades
Destino
Click para plegar ciudades
Inte… div#m-tab-searcher-1 > div.ibe-accordion > div > div#m-tab_01 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Política de Cookies de Iberia. div#onetrust-group-container > div#onetrust-policy > p#onetrust-policy-text > a.ot-cookie-policy-link |