Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
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
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.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy14 headingsREVIEW
- H2 Démarrer
- H2 Télécharger
- H2 Formation
- H2 Forum
- H2 Hébergement CLOUD
- H2 WampServer, plate-forme de développement Web sous Windows
- H2 Démarrer avec WampServer
- H3 Installation
- H3 Fonctionnalités
- H2 Téléchargements
- H3 Wampserver
- H3 Télécharger WampServer 64 bits (x64) 3.3.7
- H2 Formations PHP
- H2 Crédits
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
CForm AccessibilityAction13 of 13 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| your-fistname | text | (none) | none |
| your-name | text | (none) | none |
| your-company | text | (none) | none |
| your-email | (none) | none | |
| your-phone | text | (none) | none |
| pays | select | (none) | none |
| fonction | select | (none) | none |
| remarques | textarea | (none) | none |
| utilisation[] | checkbox | (none) | none |
| utilisation[] | checkbox | (none) | none |
| utilisation[] | checkbox | (none) | none |
| newsletter[] | checkbox | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="your-fistname">; <input type="text" name="your-name">; <input type="text" name="your-company">; <input type="email" name="your-email">; <input type="text" name="your-phone">; <select name="pays">; <select name="fonction">; <textarea name="remarques">; <input type="checkbox" name="utilisation[]">; <input type="checkbox" name="utilisation[]"> (+3 more)
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
CLink & Button QualityAction8 issue(s) across 39 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| http://forum.wampserver.com/list.php?1 | forum | new tab | Add '(opens in new tab)' to text |
| http://sourceforge.net/projects/wampserv… | Sourceforge | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/f… | PHP : des bases à la maîtris… | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/f… | PHP Avancé | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/f… | PHP Expert certifié | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/i… | Industrialisation PHP | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/f… | Zend Framework Développeur | new tab | Add '(opens in new tab)' to text |
| http://formation.alterway.fr/formation/f… | Conceptions orientées objet e… | new tab | Add '(opens in new tab)' to text |
| http://www.jrsoftware.org/isinfo.php | Inno Setup | new tab | Add '(opens in new tab)' to text |
| http://obroekma.home.xs4all.nl/aetraymen… | Aestan Tray Menu | new tab | Add '(opens in new tab)' to text |
| http://sourceforge.net/projects/wampserv… | Source Forge | new tab | Add '(opens in new tab)' to text |
| #data | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.addthis_button_facebook_like (#122 on page); a.addthis_button_tweet (#123 on page); a.addthis_button_google_plusone (#124 on page); a.addthis_counter (#125 on page); #data; a#fancybox-close; javascript:;; javascript:;
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://forum.wampserver.com/list.php?1; http://sourceforge.net/projects/wampserver/files/; http://formation.alterway.fr/formation/formation-php-des-bases-a-la-maitrise/; http://formation.alterway.fr/formation/formation-php-avance/; http://formation.alterway.fr/formation/formation-php-expert-certifie/; http://formation.alterway.fr/formation/industrialisation-php/; http://formation.alterway.fr/formation/formation-au-zend-framework-2-developp…; http://formation.alterway.fr/formation/formation-conceptions-orientees-objets…; http://www.jrsoftware.org/isinfo.php; http://obroekma.home.xs4all.nl/aetraymenu/ (+1 more)
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
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 WampServer, | 15.28:1 | 3.0:1 | #000000 | #F4D9A0 | Pass |
| h2 Démarrer avec | 18.93:1 | 3.0:1 | #000000 | #F3F3F3 | Pass |
| h2 Formations | 11.92:1 | 3.0:1 | #000000 | #FAB802 | Pass |
| h3 Installation | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h3 Fonctionnalités | 11.80:1 | 3.0:1 | #000000 | #F9B701 | Pass |
| h3 Wampserver | 11.92:1 | 3.0:1 | #000000 | #FAB802 | Pass |
| h3 Télécharger WampSe… | 11.92:1 | 3.0:1 | #000000 | #FAB802 | Pass |
| title WampServer, la plate… | 1.50:1 | 4.5:1 | #000000 | #2C2C2C | Fail |
| a English | 1.57:1 | 4.5:1 | #000000 | #2F2F2F | Fail |
| a Русский | 7.41:1 | 4.5:1 | #000000 | #C29212 | Pass |
| span Démarrer | 12.95:1 | 4.5:1 | #000000 | #FCC302 | Pass |
| span Télécharger | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| span Formation | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| span Forum | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Hébergement CLOUD | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span plate-forme de déve… | 15.61:1 | 4.5:1 | #000000 | #DEDEDE | Pass |
| p WampServer est une p… | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | Pass |
| a Expérimenter WampSe… | 10.47:1 | 4.5:1 | #000000 | #B7B7B7 | Pass |
| strong WampServer | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| p Comme vous allez le … | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | 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.
AAlt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 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
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 16 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.
Best practices
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.