Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 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
B404 Error PageHTTP 404, custom pageREVIEW
ALandmark Structure4 landmarksPASS
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
AHeading Hierarchy6 headings, 1 skip(s)PASS
- H1 Welcome to the PrestaShop project
- H2 Project documentation
- H4 User Documentation skipped
- H4 Developer Documentation
- H4 Specifications
- H2 Ready to get started?
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 7 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality36 links, 1 buttons — all OKPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Welcome to | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 the PrestaShop | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 project | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Project documentatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ready to get started… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title PrestaShop Project -… | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a About | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a News | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Meet PrestaShop 9.0 | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Developer's blog | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a YouTube channel | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Download | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Latest release | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a All sources | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Community | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a GitHub | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Get Involved | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Contributors | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Slack chat | 16.04:1 | 4.5:1 | #000000 | #F8E08E | Pass |
| a Support | 18.89:1 | 4.5:1 | #000000 | #FCF3D2 | Pass |
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+Lighthouse Accessibility AuditsScore 98/100 — 2 failing, 25 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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
USER DOCUMENTATION div.col-md-4 > div.feature-card > a.feature-link > h4.mb-0 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
I refuse div.sc-fHYyUA > div.sc-ezredP > div.sc-pGacB > button#axeptio_btn_dismiss |
I choose div.sc-fHYyUA > div.sc-ezredP > div.sc-pGacB > button#axeptio_btn_configure |
Fine for me div.sc-fHYyUA > div.sc-ezredP > div.sc-pGacB > button#axeptio_btn_acceptAll |