Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction17 of 28 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 14 image(s) |
| filename | 3 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
DMobile-Readable Font SizesAction68% of visible text renders at >= 12 CSS px (7 below threshold)FIX
F404 Error PageActionHTTP 403, bare pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure11 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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 68 links and 35 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| /lancia-new-era | New Era | new tab | Add '(opens in new tab)' to text |
| /lancia-pu-ra-hpe | PU + RA HPE Concept | new tab | Add '(opens in new tab)' to text |
| /design-lab | Design Lab | new tab | Add '(opens in new tab)' to text |
| /icons | Icons | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Lancia | https://www.facebook.com/Lanci… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/lancia_officia… | https://www.instagram.com/lanc… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@lancia | https://www.youtube.com/@lanci… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/lanciao… | https://www.linkedin.com/compa… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/lancia_official | https://twitter.com/lancia_off… | new tab | Add '(opens in new tab)' to text |
| /models/gamma | New Lancia Gamma | new tab | Add '(opens in new tab)' to text |
| /models/ypsilon-turbo-100 | Ypsilon Turbo 100 | new tab | Add '(opens in new tab)' to text |
| /models/ypsilon-hybrid | Ypsilon Hybrid | new tab | Add '(opens in new tab)' to text |
| /models/ypsilon-electric | Ypsilon Electric | new tab | Add '(opens in new tab)' to text |
| /models/lancia-ypsilon-hf-280 | Ypsilon HF 280 | new tab | Add '(opens in new tab)' to text |
| /models/lancia-ypsilon-hf-line | Ypsilon HF Line | new tab | Add '(opens in new tab)' to text |
| /ibrido-e-elettrico/electric-mobility | THE ADVANTAGES OF ELECTRIC | new tab | Add '(opens in new tab)' to text |
| /ibrido-e-elettrico/vantaggi-auto-ibride | ADVANTAGES OF HYBRID | new tab | Add '(opens in new tab)' to text |
| /connected-services | Connected Services | new tab | Add '(opens in new tab)' to text |
| /120-anniversary | 120 Anniversary | new tab | Add '(opens in new tab)' to text |
| /lancia-new-era | NEW ERA | new tab | Add '(opens in new tab)' to text |
| /lancia-pu-ra-hpe | PU+RA HPE CONCEPT | new tab | Add '(opens in new tab)' to text |
| /design-lab | DESIGN LAB | new tab | Add '(opens in new tab)' to text |
| /icons | ICONS | new tab | Add '(opens in new tab)' to text |
| /heritage | HERITAGE | new tab | Add '(opens in new tab)' to text |
| /eberhard | Eberhard | new tab | Add '(opens in new tab)' to text |
| /lancia-corse-news/lancia-corse-ypsilon-… | Range Ypsilon HF | new tab | Add '(opens in new tab)' to text |
| /lancia-corse | Trofeo Lancia | new tab | Add '(opens in new tab)' to text |
| /lancia-corse-news/lancia-wrc2 | WRC2 | new tab | Add '(opens in new tab)' to text |
| /lancia-corse-news/erc | ERC | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/lancia-new-era; /lancia-pu-ra-hpe; /design-lab; /icons; https://www.facebook.com/Lancia; https://www.instagram.com/lancia_official/; https://www.youtube.com/@lancia; https://www.linkedin.com/company/lanciaofficial; https://twitter.com/lancia_official; /models/gamma (+19 more)
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
CDocument LanguageActionLang attribute "en-CORPORATE" is malformedREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 |
|---|---|---|---|---|---|
| h1 The New Lancia Gamma | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h1 Crafted in Italia. | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h1 Designed for tomorro… | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Naturally Eye-catchi… | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Unleash the instinct | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Elegance of a Master… | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Discover the engines | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Free2Move Charge | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Lancia Ypsilon Range | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h2 Lancia Corse: a lega… | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| h3 LANCIA YPSILON EDIZI… | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| title Lancia: the classy c… | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| span skipToContentData | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| span Models | 3.05:1 | 4.5:1 | #000000 | #545B63 | Fail |
| span Choose your country | 3.20:1 | 4.5:1 | #000000 | #585E65 | Fail |
| span Choose your country | 1.66:1 | 4.5:1 | #000000 | #2D352C | Fail |
| span skipToNavigationData | 1.25:1 | 4.5:1 | #000000 | #1E1E10 | Fail |
| span Models | 1.22:1 | 4.5:1 | #000000 | #201A18 | Fail |
| span All Motorizations | 1.55:1 | 4.5:1 | #000000 | #272F37 | Fail |
| span (active ) | 2.24:1 | 4.5:1 | #000000 | #444748 | 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.
A+Heading Hierarchy9 headingsPASS
- H1 The New Lancia Gamma Crafted in Italia. Designed for tomorrow.
- H2 Naturally Eye-catching
- H2 Unleash the instinct
- H2 Elegance of a Masterpiece
- H2 Discover the engines
- H2 Free2Move Charge
- H2 Lancia Ypsilon Range
- H2 Lancia Corse: a legacy reignited
- H3 LANCIA YPSILON EDIZIONE LIMITATA CASSINA
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Form AccessibilityNo form controlsPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Tabindex Anti-Patterns109 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 22 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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper-wrapper > div.ID06-CanvasMediaItem > picture.cvCanvasMedia__image > img.slider-lazy div.swiper-wrapper > div.ID06-CanvasMediaItem > picture.cvCanvasMedia__image > img.slider-lazy |
div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy |
div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy |
div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy |
div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy div.cvContainer > div.cvContentGrid__cards > div.ID04-ContentGridItem > img.lazy |
div.cvRow > div.cvTextImage__image > picture > img.lazy div.cvRow > div.cvTextImage__image > picture > img.lazy |
div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy |
div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy |
div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy |
div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy div.cvGalleryFullscreen__text > div.cvGalleryFullscreen__image > picture.cvGalleryFullscreen__picture > img.slider-lazy |
div.cvRow > div.cvTextImage__image > picture > img.lazy div.cvRow > div.cvTextImage__image > picture > img.lazy |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wl-header > div.wl-header__logo-container > div.wlb-button-wrapper > a.wlb-button-wrapper--element div.wl-header > div.wl-header__logo-container > div.wlb-button-wrapper > a.wlb-button-wrapper--element |
div#cvFooter > div.cvContainer > div.cvFooter__social > a div#cvFooter > div.cvContainer > div.cvFooter__social > a |
div#cvFooter > div.cvContainer > div.cvFooter__social > a div#cvFooter > div.cvContainer > div.cvFooter__social > a |
div#cvFooter > div.cvContainer > div.cvFooter__social > a div#cvFooter > div.cvContainer > div.cvFooter__social > a |
div#cvFooter > div.cvContainer > div.cvFooter__social > a div#cvFooter > div.cvContainer > div.cvFooter__social > a |
div#cvFooter > div.cvContainer > div.cvFooter__social > a div#cvFooter > div.cvContainer > div.cvFooter__social > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.