Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction4 of 16 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
| generic | 1 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 QualityAction12 issue(s) across 57 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://x.com/intent/tweet?text=Pers%c3%… | (empty) | empty | Add link text or aria-label |
| https://bsky.app/intent/compose?text=Per… | (empty) | empty | Add link text or aria-label |
| http://info.persee.fr | Persée | new tab | Add '(opens in new tab)' to text |
| https://www.persee.fr | Portail Persée | new tab | Add '(opens in new tab)' to text |
| https://info.persee.fr/section/perseides… | Perséides | new tab | Add '(opens in new tab)' to text |
| http://data.persee.fr | Data Persée | new tab | Add '(opens in new tab)' to text |
| https://www.persee.fr/doc/versa_1285-841… | (empty) | empty | Add link text or aria-label |
| https://www.enseignementsup-recherche.go… | Ministère de l'éducation nat… | new tab | Add '(opens in new tab)' to text |
| https://info.persee.fr/persee-integre-le… | info.persee.fr | new tab | Add '(opens in new tab)' to text |
| https://info.persee.fr/persee-publie-son… | info.persee.fr | new tab | Add '(opens in new tab)' to text |
| news | (empty) | empty | Add link text or aria-label |
| http:// | (empty) | empty | Add link text or aria-label |
| https://www.persee.fr/collection/cls | (empty) | empty | Add link text or aria-label |
| http:// | (empty) | empty | Add link text or aria-label |
| https://www.persee.fr/collection/cbc | (empty) | empty | Add link text or aria-label |
| http:// | (empty) | empty | Add link text or aria-label |
| https://www.persee.fr/collection/ehess | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/uar-per… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/PerseeFr | X | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/persee.fr | Bluesky | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://x.com/intent/tweet?text=Pers%c3%a9e+%3a+Acc%c3%a9der+%c3%a0+des+milli…; https://bsky.app/intent/compose?text=Pers%c3%a9e+%3a+Acc%c3%a9der+%c3%a0+des+…; https://www.persee.fr/doc/versa_1285-8412_2006_num_9_1_861?pageId=T5_77; news; http://; https://www.persee.fr/collection/cls; http://; https://www.persee.fr/collection/cbc; http://; https://www.persee.fr/collection/ehess (+1 more)
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.
http://info.persee.fr; https://www.persee.fr; https://info.persee.fr/section/perseides/; http://data.persee.fr; https://www.enseignementsup-recherche.gouv.fr; https://info.persee.fr/persee-integre-le-keepers-registry/; https://info.persee.fr/persee-publie-son-rapport-dactivite-2024-entre-consoli…; https://www.linkedin.com/company/uar-persee/; https://x.com/PerseeFr; https://bsky.app/profile/persee.fr
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 (#82 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 & BrandingAction2 icon(s) detectedFIX
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
DLighthouse Accessibility AuditsActionScore 64/100 — 7 failing, 15 passedFIX
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 roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FR
EN body.persee > header#sidebar |
Informations
Au sujet de persee.fr
Votre collection sur persee.fr
Nous contac… div.persee_content-nobox > div.persee_content > div.content > footer#footer |
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.
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 |
|---|
Portail Persée body.persee > header#persee-headbar > a.a_css |
alités div.portlet-body > div.persee_news > h3 > span.perseePrimary |
en chiffres div.portlet-body > div#doc-count > h4.title > span.emphasis |
nous ? div.persee_content-nobox > div.persee_content > h4.title > span.perseePrimary |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
info.persee.fr div.persee_content > div.content > p > a |
info.persee.fr div.persee_content > div.content > p > a |
Publications de l'EHESS div.persee_content > div.content > p > a |
Les Jeux olympiques div.content > ul > li > a |
Les origines des jeux olympiques mythes et réalités div.content > ul > li > a |
Les jeux olympiques dans l'Antiquité div.content > ul > li > a |
Jeux Olympiques : du signal universel à la pluralité des images div.content > ul > li > a |
Jeux et enjeux olympiques div.content > ul > li > a |
Chiffres clés et premières analyses des Jeux olympiques et paralympiques div.content > ul > li > a |
Persée footer > footer#footer-small > section#copyright > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Persée en chiffres div.portlet-borderless-container > div.portlet-body > div#doc-count > h4.title |
These are opportunities to improve keyboard navigation in your application.
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.persee_news > p > a.picto > img.default-picto div.persee_news > p > a.picto > img.default-picto |
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.content > header#header-banner > section#banner > a |
div.portlet-body > div.persee_news > p > a.picto div.portlet-body > div.persee_news > p > a.picto |
div.persee_content-withpic > div.persee_content > h4.title > a div.persee_content-withpic > div.persee_content > h4.title > a |
div.persee_content > div.content > p > a div.persee_content > div.content > p > a |
div.persee_content-withpic > div.persee_content > h4.title > a div.persee_content-withpic > div.persee_content > h4.title > a |
div.persee_content-withpic > div.persee_content > div.content > a div.persee_content-withpic > div.persee_content > div.content > a |
div.persee_content-withpic > div.persee_content > h4.title > a div.persee_content-withpic > div.persee_content > h4.title > a |
div.persee_content > div.content > p > a div.persee_content > div.content > p > 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.
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 |
|---|
Au sujet de persee.fr div.content > footer#footer > section#information > a |
Votre collection sur persee.fr div.content > footer#footer > section#information > a |
Interopérabilité div.content > footer#footer > section#resources > a |
Modèles documentaires div.content > footer#footer > section#resources > a |
Statistiques de consultation div.content > footer#footer > section#resources > a |
Kit logos div.content > footer#footer > section#resources > a |
CGU div.content > footer#footer > section#misc > a |
Mentions légales div.content > footer#footer > section#misc > a |
Crédits div.content > footer#footer > section#misc > a |
Politique d'archivage pérenne div.content > footer#footer > section#misc > a |
These items highlight common accessibility best practices.
CHeading HierarchyAction18 headings, 1 skip(s)REVIEW
- H3 Actualités
- H4 Persée rejoint le Keepers Registry
- H4 Publication du rapport d’activité 2024
- H3 Nouvelles revues en ligne
- H4 Cahiers de Linguistique sociale
- H4 Cahiers du Brésil contemporain
- H4 Publications de l'EHESS : Affaires et gens d'affaires
- H3 Ils font la une
- H4 Focus sur...
- H4 (empty)
- H2 Les jeux olympiques d’hiver à Milan et Cortinal d’Ampezzo
- H4 Persée en chiffres skipped
- H4 Qui sommes nous ?
- H4 Outils
- H3 Informations
- H3 Ressources
- H3 Suivez-nous
- H3 Légal
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
B404 Error PageHTTP 404, custom pageREVIEW
ALandmark Structure6 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
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | input | (Rechercher dans tout Persée…) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input name="q">
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
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 Les jeux olympiques … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Actu | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h3 Nouvelles | 16.52:1 | 3.0:1 | #000000 | #E4E4E4 | Pass |
| h3 Ils font la | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Informations | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Ressources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Suivez-nous | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Légal | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Persée : Accéder … | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Saut au contenu | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| a Persée | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Portail Persée | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Perséides | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| a Data Persée | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Parcourir les collec… | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span alités | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| h4 Persée rejoint le K… | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| p Le 13 mars 2025, Per… | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a info.persee.fr | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| h4 Publication du rappo… | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | 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.