Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
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
CLandmark StructureAction4 landmarksREVIEW
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
BLink & Button Quality2 issue(s) across 22 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://wa.me/41000000000 | Chat on WhatsApp | new tab | Add '(opens in new tab)' to text |
| /cart | (empty) | empty | Add link text or aria-label |
| /cart | (empty) | empty | Add link text or aria-label |
| https://instagram.com | new tab | Add '(opens in new tab)' to text | |
| https://wa.me/41000000000 | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/cart; /cart
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.
https://wa.me/41000000000; https://instagram.com; https://wa.me/41000000000
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
CMobile-Readable Font SizesAction75% of visible text renders at >= 12 CSS px (25 below threshold)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 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 Wee San | 3.77:1 | 3.0:1 | #000000 | #CD0E4E | Pass |
| h2 Notre Histoire | 3.77:1 | 3.0:1 | #000000 | #CD0E4E | Pass |
| h2 Nos Spécialités | 1.12:1 | 3.0:1 | #000000 | #1E0E07 | Fail |
| h2 Cette Semaine | 11.40:1 | 3.0:1 | #000000 | #F3B26C | Pass |
| h2 Services Traiteur | 11.40:1 | 3.0:1 | #000000 | #F3B26C | Pass |
| h3 Menu Sur Mesure | 11.40:1 | 3.0:1 | #000000 | #F3B26C | Pass |
| h3 Tout Événement | 11.40:1 | 3.0:1 | #000000 | #F3B26C | Pass |
| h3 Expérience Unique | 11.40:1 | 3.0:1 | #000000 | #F3B26C | Pass |
| title Wee San — Cuisine … | 19.22:1 | 4.5:1 | #000000 | #FBF4E9 | Pass |
| span Wee | 19.22:1 | 4.5:1 | #000000 | #FBF4E9 | Pass |
| span San | 19.22:1 | 4.5:1 | #000000 | #FBF4E9 | Pass |
| a À Propos | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Menu | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Horaires | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Traiteur | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Commander | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Commander | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| p Cuisine de Rue Asiat… | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| p Cuisine de Rue Asiat… | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | Fail |
| a Commander | 3.77:1 | 4.5:1 | #000000 | #CD0E4E | 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 Hierarchy8 headingsPASS
- H1 Wee San
- H2 Notre Histoire
- H2 Nos Spécialités
- H2 Cette Semaine
- H2 Services Traiteur
- H3 Menu Sur Mesure
- H3 Tout Événement
- H3 Expérience Unique
A+Heading Text QualityAll 8 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "fr"PASS
A+Tabindex Anti-Patterns3 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+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 21 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.
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 |
|---|
CUISINE DE RUE ASIATIQUE — GENÈVE div.relative > div.max-w-md > div.hero-fade-up > p.font-label |
Cuisine de Rue Asiatique Authentique — Fraîche, Rapide & Savoureuse section.relative > div.relative > div.max-w-md > p.hero-fade-up |
Cuisine de rue thaïlandaise & vietnamienne, fraîche et savoureuse — Genève. div.container > div.grid > div.md:pr-10 > p.text-white/70 |
LIENS RAPIDES div.container > div.grid > div.md:px-10 > p.font-label |
OÙ NOUS TROUVER div.container > div.grid > div.md:pl-10 > p.font-label |
LUN div.md:pl-10 > ul.space-y-1.5 > li.text-white/90 > span.font-label |
MAR div.md:pl-10 > ul.space-y-1.5 > li.text-white/90 > span.font-label |
JEU div.md:pl-10 > ul.space-y-1.5 > li.text-white/90 > span.font-label |
VEN div.md:pl-10 > ul.space-y-1.5 > li.text-white/90 > span.font-label |
SAM div.md:pl-10 > ul.space-y-1.5 > li.text-white/90 > span.font-label |
© 2026 Wee San. Tous droits réservés. footer.bg-primary > div.container > div.border-t > p.text-white/60 |
Dashboard footer.bg-primary > div.container > div.border-t > a.inline-flex |
These are opportunities to improve the legibility of your content.
Names and labels
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#root > nav.fixed > div.flex > a.relative div#root > nav.fixed > div.flex > a.relative |
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
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.