Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 28 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction2 issue(s) across 166 links and 40 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://cnil.fr/fr | Accueil - CNIL | img no alt | Add alt attribute to the image |
| /fr/particulier | Accueil - CNIL | img no alt | Add alt attribute to the image |
| http://twitter.com/cnil | new tab | Add '(opens in new tab)' to text | |
| https://fr.linkedin.com/company/cnil---c… | new tab | Add '(opens in new tab)' to text | |
| https://forms.information.cnil.fr/603cfc… | S'inscrire à la lettre d'info… | new tab | Add '(opens in new tab)' to text |
| https://tarteaucitron.io/service/matomoh… | En savoir plus | new tab | Add '(opens in new tab)' to text |
| https://matomo.org/faq/general/faq_146/ | Voir le site officiel | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://cnil.fr/fr"]; a[href="/fr/particulier"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
http://twitter.com/cnil; https://fr.linkedin.com/company/cnil---commission-nationale-de-l%27informatiq…; https://forms.information.cnil.fr/603cfc32b95cee69378a54cd/4fR4m1PsT-W5cBQRkj…; https://tarteaucitron.io/service/matomohightrack/; https://matomo.org/faq/general/faq_146/
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.navbar-toggle (#57 on page); button.search-btn (#65 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
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BHeading Hierarchy16 headingsREVIEW
- H2 CNIL: search form
- H2 J'ai besoin d'aide
- H2 Je m'informe
- H2 J'agis
- H2 J'ai besoin d'aide
- H2 Je m'informe
- H2 J'agis
- H2 J'ai besoin d'aide
- H3 Hypertrucage (deepfake) : comment se protéger et signaler les contenus illicites ?
- H3 FantomApp : l’application de la CNIL pour aider les adolescents à se protéger sur les réseaux sociaux
- H3 Partage de photos et vidéos de votre enfant sur les réseaux sociaux : quels sont les risques ?
- H3 Hypertrucage (deepfake) : comment se protéger et signaler les contenus illicites ?
- H3 FantomApp : l’application de la CNIL pour aider les adolescents à se protéger sur les réseaux sociaux
- H3 Partage de photos et vidéos de votre enfant sur les réseaux sociaux : quels sont les risques ?
- H3 Hypertrucage (deepfake) : comment se protéger et signaler les contenus illicites ?
- H3 FantomApp : l’application pour aider les 10-15 ans à se protéger sur les réseaux sociaux
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 76/100 — 6 failing, 24 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hypertrucage (deepfake) : comment se protéger et signaler les contenus illicite… div.row > div.col-xs-12 > div#carousel_accueil > div.carousel-inner |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
FantomApp : l’application pour aider les 10-15 ans à se protéger sur les réseau… div.focus-block--wrapper > div.slick-list > div.slick-track > div.section--focus-block |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hypertrucage (deepfake) : comment se protéger et signaler les contenus illicite… div.row > div.col-xs-12 > div#carousel_accueil > div.carousel-inner |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.dialog-off-canvas-main-canvas > header.page--header > div.mobile-navbar > button.navbar-toggle div.dialog-off-canvas-main-canvas > header.page--header > div.mobile-navbar > button.navbar-toggle |
header.page--header > div.mobile-navbar > div.search > button.search-btn header.page--header > div.mobile-navbar > div.search > button.search-btn |
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.mobile-navbar > a > picture > img div.mobile-navbar > a > picture > img |
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.
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 |
|---|
Ma sécurité numérique div.item > ul > li > a |
Sites web et réseaux sociaux div.item > ul > li > a |
Smartphones et applications div.item > ul > li > a |
Objets connectés div.item > ul > li > a |
Enfants et ados div.item > ul > li > a |
Santé div.item > ul > li > a |
Social div.item > ul > li > a |
Logement div.item > ul > li > a |
Travail div.item > ul > li > a |
Intelligence artificielle (IA) div.item > ul > li > a |
Achats et publicité div.item > ul > li > a |
Banque/Assurance div.item > ul > li > a |
Citoyenneté div.item > ul > li > a |
Sport div.item > ul > li > a |
Transports et mobilité div.item > ul > li > a |
Vie associative div.item > ul > li > a |
Missions div.item > ul > li > a |
Fonctionnement div.item > ul > li > a |
En Europe et dans le monde div.item > ul > li > a |
L’histoire de la CNIL en vidéo div.item > ul > li > a |
Travailler à la CNIL div.item > ul > li > a |
Marchés publics div.item > ul > li > a |
Consultations publiques div.item > ul > li > a |
Saisir la CNIL div.item > ul > li > a |
Questions/réponses div.item > ul > li > a |
Ressources pédagogiques div.item > ul > li > a |
Affiches div.item > ul > li > a |
Rapports et chiffres clés div.item > ul > li > a |
FR li > ul > li > a.is-active |
EN li > ul > li > a |
These items highlight common accessibility best practices.
ALandmark Structure7 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
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keyword | text | Poser une question ou rechercher un article, une délibération... | for/id |
A+Print StylesheetPrint styles detectedPASS
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 CNIL: search form | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 J'ai besoin d'aide | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 Je m'informe | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 J'agis | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 J'ai besoin d'aide | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 Je m'informe | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 J'agis | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h2 J'ai besoin d'aide | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| h3 FantomApp : l’appl… | 4.66:1 | 3.0:1 | #000000 | #3879BF | Pass |
| title Particulier | CNIL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Aller au contenu pri… | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| span Accueil - CNIL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Particuliers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Professionnels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Presse | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gestionnaire de cook… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Accueil - CNIL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Particuliers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Professionnels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Presse | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.