Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction1 landmarksREVIEW
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 |
|---|---|---|---|---|---|
| h1 Bienvenue sur le sit… | 4.27:1 | 3.0:1 | #000000 | #73706D | Pass |
| h2 Rechercher une infor… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Recherche d’offres | 4.27:1 | 3.0:1 | #000000 | #73706D | Pass |
| h2 Nos services essenti… | 1.59:1 | 3.0:1 | #000000 | #2F3033 | Fail |
| h2 Vos allocations et a… | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h2 Votre recherche d'em… | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h2 Votre projet de form… | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h2 Aide | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h2 France Travail | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h3 À la une | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h3 Ils recrutent | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h3 Événements | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h3 Allocations et aides | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| h3 Vidéos | 1.62:1 | 3.0:1 | #000000 | #313133 | Fail |
| title Accueil | France Tra… | 1.66:1 | 4.5:1 | #000000 | #333333 | Fail |
| span Réinitialiser le ch… | 1.66:1 | 4.5:1 | #000000 | #333333 | Fail |
| p Ex: actualisation, a… | 1.62:1 | 4.5:1 | #000000 | #313133 | Fail |
| span Rechercher | 1.62:1 | 4.5:1 | #000000 | #313133 | Fail |
| span des informations | 2.88:1 | 4.5:1 | #000000 | #585656 | Fail |
| p 962 391 offres d'e… | 4.27:1 | 4.5:1 | #000000 | #73706D | 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 Hierarchy36 headingsPASS
- H2 Rechercher une information
- H1 Bienvenue sur le site de France Travail
- H2 Recherche d’offres
- H2 Nos services essentiels
- H2 Vos allocations et aides
- H2 Votre recherche d'emploi
- H2 Votre projet de formation
- H2 Aide
- H2 France TravailPro
- H2 Actualités de l'emploi
- H3 À la une
- H4 Festival « Ma Vie Pro » : demandez le programme !
- H4 Et si vous tentiez l’aventure de l’emploi saisonnier ?
- H4 Votre projet d'entreprise mérite de prendre vie !
- H4 Ne manquez pas les jeudis de l'alternance !
- H4 Recherche d’emploi : My Job Glasses, le réseau qui change to...
- H4 Des webinaires pour tous ceux qui recrutent sans être spécia...
- H4 Je donne mon avis avec "Services Publics +"
- H3 Ils recrutent
- H4 Le SMV : un cadre militaire pour construire un projet pro.
- H4 Agriculture : 200 000 prévisions d'embauche, et si c’était v...
- H4 Nigloland (Aube) recrute !
- H3 Événements
- H4 Forum « Choisir le service public » 2026
- H4 Forum des Jobs d’été le 22 avril 2026 en IDF
- H4 « 30 jours, je dis oui à la franchise »
- H3 Allocations et aides
- H4 La démission et l'assurance chômage
- H4 Je suis proche de la retraite, quelles conséquences sur mes ...
- H4 Peut-on démissionner d'un nouvel emploi sans perdre ses allo...
- H4 Je dois attendre mon attestation employeur pour m'inscrire à...
- H3 Vidéos
- H4 Comment modifier mes coordonnées ?
- H4 La création d'entreprise
- H4 L'offre de services France Travail Pro
- H4 Comment publier une offre d'emploi ?
A+Alt Text QualityAll 27 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form-input-recherche-offre | text | Métier, mot-clé, n° d'offre(facultatif) | for/id |
| #autocomplete-lieu | text | Lieu de travail (saisissez au moins 3 caractères puis naviguez avec les touches flèche haut et flèche bas puis validez avec la touche entrée du clavier) | for/id |
| #search-input | text | ( ) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="text" id="search-input">
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
ALink & Button Quality38 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://candidat.francetravail.fr/offres… | Rechercher des offres par rég… | new tab | Add '(opens in new tab)' to text |
| /actualites/le-dossier/pratique/reseauta… | Recherche d’emploi : My Job … | new tab | Add '(opens in new tab)' to text |
| /actualites/a-laffiche/2026/le-smv-un-ca… | Le SMV : un cadre militaire po… | new tab | Add '(opens in new tab)' to text |
| /actualites/le-dossier/agriculture---sec… | Agriculture : 200 000 prévisi… | new tab | Add '(opens in new tab)' to text |
| https://www.francetravail.fr/region/gran… | Nigloland (Aube) recrute ! | new tab | Add '(opens in new tab)' to text |
| https://monemploienidf.francetravail.fr/… | Forum des Jobs d’été le 22… | new tab | Add '(opens in new tab)' to text |
| https://youtu.be/iRgVl9-E-DI | Comment modifier mes coordonn… | new tab | Add '(opens in new tab)' to text |
| https://youtu.be/72Md3wW2_q4 | La création d'entreprise | new tab | Add '(opens in new tab)' to text |
| https://youtu.be/XUXUaefItrI | L'offre de services France Tra… | new tab | Add '(opens in new tab)' to text |
| https://youtu.be/cUAVl1XohGQ | Comment publier une offre d'em… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://candidat.francetravail.fr/offres/emploi/; /actualites/le-dossier/pratique/reseautage/recherche-emploi-my-job-glasses.html; /actualites/a-laffiche/2026/le-smv-un-cadre-militaire.html; /actualites/le-dossier/agriculture---secteur-animalier/agriculture/agriculture-180-000-emplois-a-po.html; https://www.francetravail.fr/region/grand-est/actualites/2026/nigloland-aube-recrute.html; https://monemploienidf.francetravail.fr/actualites/la-33-edition-du-forum-des-jobs-d-ete-le-22-avril-2026-a-saint-ouen; https://youtu.be/iRgVl9-E-DI; https://youtu.be/72Md3wW2_q4; https://youtu.be/XUXUaefItrI; https://youtu.be/cUAVl1XohGQ
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
AFavicon & Branding6 icon(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 29 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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Je m'inscris
(Nouvelle fenêtre)
Fermer body.ft-gabarit > div.know_div_element > div.know_modal |
Je m'inscris
(Nouvelle fenêtre)
Fermer body.ft-gabarit > div.know_div_element > div.know_modal > div#message_P202603260940-92W |
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.