Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction3/3 eligible field(s) missing autocomplete or inputmodeFIX
D404 Error PageActionHTTP 404, custom pageFIX
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
BLandmark Structure9 landmarksREVIEW
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
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
BForm Accessibility3 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| bot-field | input | Ne pas remplir : | none |
| name | text | (Votre nom) | placeholder only |
| (Votre email) | placeholder only | ||
| message | textarea | (Votre message) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="name">; <input type="email" name="email">; <textarea name="message">
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 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 |
|---|---|---|---|---|---|
| h1 L'alliance entre inn… | 3.27:1 | 3.0:1 | #000000 | #645D5D | Pass |
| h2 Nos services | 1.42:1 | 3.0:1 | #000000 | #2D2626 | Fail |
| h2 Pourquoi Tahri Techn… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Un projet en tête ? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Domaines d'expertise | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sites vitrines réal… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ils nous font confia… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Questions fréquente… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contact | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Tahri Technology | 4.02:1 | 4.5:1 | #000000 | #716B6C | Fail |
| a Blog | 3.70:1 | 4.5:1 | #000000 | #696668 | Fail |
| a Services | 4.02:1 | 4.5:1 | #000000 | #716B6C | Fail |
| a Témoignages | 4.02:1 | 4.5:1 | #000000 | #716B6C | Fail |
| a Contact | 3.98:1 | 4.5:1 | #000000 | #716A6C | Fail |
| span Menu | 3.98:1 | 4.5:1 | #000000 | #716A6B | Fail |
| p Notre métier | 3.98:1 | 4.5:1 | #000000 | #716A6B | Fail |
| p Chez Tahri Technolog… | 2.06:1 | 4.5:1 | #000000 | #473F42 | Fail |
| a Discutons de votre p… | 1.23:1 | 4.5:1 | #000000 | #221A1C | Fail |
| div Finance de marché | 1.36:1 | 4.5:1 | #000000 | #2A2323 | Fail |
| p Conseil et développ… | 3.48:1 | 4.5:1 | #000000 | #646265 | 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 Hierarchy9 headingsPASS
- H1 L'alliance entre innovation et expertise
- H2 Nos services
- H2 Pourquoi Tahri Technology ?
- H2 Un projet en tête ?
- H2 Domaines d'expertise
- H2 Sites vitrines réalisés
- H2 Ils nous font confiance
- H2 Questions fréquentes
- H2 Contact
A+Heading Text QualityAll 9 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 8 images OKPASS
A+Link & Button Quality19 links, 10 buttons — all OKPASS
A+Form Input Types4 form control(s) checked, no type mismatchesPASS
A+Form Input Quality4 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "fr"PASS
A+Tabindex Anti-Patterns18 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 96 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 25 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.