Accessibility
· 13 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 & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AHeading Hierarchy4 headingsPASS
- H1 Svelte
- H1 web development for the rest of us duplicate H1
- H2 used by companies you’ve heard of
- H2 join our friendly community
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 22 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Search | aria-label |
| input | checkbox | none | |
| input | checkbox | none | |
| input | checkbox | none |
A+Link & Button Quality120 links, 6 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://vercel.com | Vercel | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://vercel.com
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
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 |
|---|---|---|---|---|---|
| h1 Svelte | 19.19:1 | 3.0:1 | #000000 | #F2F5F8 | Pass |
| h1 web development for … | 19.51:1 | 3.0:1 | #000000 | #F4F7F8 | Pass |
| h2 used by companies yo… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 join our friendly co… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Svelte • Web devel… | 17.60:1 | 4.5:1 | #000000 | #E5ECF1 | Pass |
| a Skip to main content | 17.76:1 | 4.5:1 | #000000 | #E6EDF2 | Pass |
| a Docs | 17.96:1 | 4.5:1 | #000000 | #E8EEF3 | Pass |
| a Svelte | 18.12:1 | 4.5:1 | #000000 | #E9EFF4 | Pass |
| a SvelteKit | 18.30:1 | 4.5:1 | #000000 | #EBF0F4 | Pass |
| a CLI | 18.47:1 | 4.5:1 | #000000 | #ECF1F5 | Pass |
| a Tutorial | 18.62:1 | 4.5:1 | #000000 | #EDF2F5 | Pass |
| a Packages | 18.67:1 | 4.5:1 | #000000 | #EEF2F6 | Pass |
| a Playground | 18.32:1 | 4.5:1 | #000000 | #ECF0F3 | Pass |
| a Blog | 9.39:1 | 4.5:1 | #000000 | #ABADB7 | Pass |
| kbd Ctrl | 19.02:1 | 4.5:1 | #000000 | #F1F4F7 | Pass |
| a get started | 19.71:1 | 4.5:1 | #000000 | #F6F8F9 | Pass |
| span attractively thin, g… | 19.89:1 | 4.5:1 | #000000 | #F7F9FA | Pass |
| p Svelte is a UI frame… | 20.10:1 | 4.5:1 | #000000 | #F9FAFB | Pass |
| strong It’s a love letter… | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| p But don’t take our… | 20.48:1 | 4.5:1 | #000000 | #FCFCFD | 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.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.