Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 4 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | (Recherche) | placeholder only |
| s | text | (Recherche) | placeholder only |
| #search-submit | submit | (none) | none |
| #search-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="submit" id="search-submit">; <input type="submit" name="submit" id="search-submit">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
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
CLandmark StructureAction9 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BHeading Hierarchy19 headings, 1 skip(s)REVIEW
- H1 OpenStreetMap France
- H3 Menu skipped
- H2 La rencontre mondiale OpenStreetMapen France pour la première fois !
- H1 28 ➔ 30 août 2026 à Paris duplicate H1
- H2 Participatif
- H2 Mondial
- H2 Libre
- H2 Des données
- H2 Des cartes
- H2 Utilisez-les !
- H2 Soutenez nos actions
- H3 Devenez membre de l'association.
- H3 Faites un don ponctuel ou régulier.
- H2 La communauté OpenStreetMap en France
- H2 Ils nous soutiennent !
- H2 Nous sommes membre !
- H3 Actualités
- H3 <img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://www.openstreetmap.fr/wp-includes/images/rss.png" alt="Flux" /> Événements à venir
- H3 <img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://www.openstreetmap.fr/wp-includes/images/rss.png" alt="Flux" /> Mastodon
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
BLink & Button Quality1 issue(s) across 61 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://openstreetmap.org | Voir la carte | new tab | Add '(opens in new tab)' to text |
| https://www.education.gouv.fr/ | <img decoding="async" width="6… | new tab | Add '(opens in new tab)' to text |
| https://www.afigeo.asso.fr/ | <img decoding="async" src="htt… | new tab | Add '(opens in new tab)' to text |
| https://themegrill.com/themes/accelerate | Accelerate | new tab | Add '(opens in new tab)' to text |
| https://wordpress.org | WordPress | new tab | Add '(opens in new tab)' to text |
| #masthead | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
#masthead
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.
https://openstreetmap.org; https://www.education.gouv.fr/; https://www.afigeo.asso.fr/; https://themegrill.com/themes/accelerate; https://wordpress.org
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 21 passedREVIEW
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
La carte coopérative libre div#header-text-nav-wrap > div#header-left-section > div#header-text > p#site-description |
div#header-right-sidebar > aside#search-3 > form#search-form > input#search-submit div#header-right-sidebar > aside#search-3 > form#search-form > input#search-submit |
Plus d'infos section#block-53 > blockquote.wp-block-quote > p.has-text-align-center > a |
Voir la carte div.textwidget > p > strong > a |
Lire la suite section#accelerate_image_service_widget-3 > div.tg-one-third > a.more-link > span |
Lire la suite section#accelerate_image_service_widget-3 > div.tg-one-third > a.more-link > span |
Lire la suite section#accelerate_image_service_widget-3 > div.tg-one-third > a.more-link > span |
Lire la suite section#accelerate_image_service_widget-5 > div.tg-one-third > a.more-link > span |
Lire la suite section#accelerate_image_service_widget-5 > div.tg-one-third > a.more-link > span |
Lire la suite section#accelerate_image_service_widget-5 > div.tg-one-third > a.more-link > span |
Adhérer div.wp-block-column > div.widget > div.call-to-action-content-wrapper > a.read-more |
Donner div.wp-block-column > div.widget > div.call-to-action-content-wrapper > a.read-more |
Contributeurs OpenStreetMap div#content > section#block-42 > p.has-text-align-center > a |
div.tg-one-third > aside#search-5 > form#search-form > input#search-submit div.tg-one-third > aside#search-5 > form#search-form > input#search-submit |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section#custom_html-5 > div.textwidget > center > iframe.iframe_map section#custom_html-5 > div.textwidget > center > iframe.iframe_map |
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.wp-block-column > div.wp-block-image > figure.aligncenter > a div.wp-block-column > div.wp-block-image > figure.aligncenter > a |
section#block-44 > div.wp-block-image > figure.aligncenter > a section#block-44 > div.wp-block-image > figure.aligncenter > 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.
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 |
|---|
Menu header#masthead > div#header-text-nav-container > nav#site-navigation > h3.menu-toggle |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mentions Légales div.menu-bas-de-page-container > ul#menu-bas-de-page > li#menu-item-384 > a |
Donner div.menu-bas-de-page-container > ul#menu-bas-de-page > li#menu-item-3469 > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 16 images 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 |
|---|---|---|---|---|---|
| h2 La rencontre mondial… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 en France pour la pr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Soutenez nos actions | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 La communauté OpenS… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ils nous soutiennent… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Nous sommes membre ! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Menu | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Devenez membre de l'… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Faites un don ponctu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Accueil - OpenStreet… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Skip to content | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a OpenStreetMap France | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| p La carte coopérativ… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Accueil | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Utiliser | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Contribuer | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Se rencontrer | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Se former | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Actualités | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a L’association | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | 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.