Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
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 Structure12 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
BLink & Button Quality5 issue(s) across 48 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
BFavicon & Branding11 icon(s) detectedREVIEW
AHeading Hierarchy20 headingsPASS
- H1 (empty)
- H1 Swift is the powerful, flexible, multiplatform programming language. duplicate H1
- H2 Fast. Expressive. Safe.
- H2 Create using Swift
- H3 Cloud Services
- H3 Command Line
- H3 Embedded
- H4 iOS apps
- H4 Windows apps
- H4 Machine Learning & AI
- H4 Packages
- H3 Fast
- H3 Expressive
- H3 Safe
- H3 Interoperable
- H3 Adaptable
- H3 Open Source
- H3 Tools
- H3 Community
- H3 Governance
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
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
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #scheme-light | radio | none | |
| #scheme-dark | radio | none | |
| #scheme-auto | radio | none |
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 Swift is the powerfu… | 13.12:1 | 3.0:1 | #000000 | #F1C58E | Pass |
| h1 multiplatform progra… | 13.43:1 | 3.0:1 | #000000 | #F4C792 | Pass |
| h2 Fast. Expressive. Sa… | 13.10:1 | 3.0:1 | #000000 | #F0C591 | Pass |
| h2 Create using Swift | 13.84:1 | 3.0:1 | #000000 | #F4CB98 | Pass |
| h3 Cloud Services | 13.54:1 | 3.0:1 | #000000 | #F1C996 | Pass |
| h3 Command Line | 13.65:1 | 3.0:1 | #000000 | #F1CA99 | Pass |
| h3 Embedded | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Fast | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Expressive | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Safe | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Interoperable | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Adaptable | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Open Source | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Tools | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Community | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| h3 Governance | 13.65:1 | 3.0:1 | #000000 | #F1CA9A | Pass |
| title Swift Programming La… | 16.46:1 | 4.5:1 | #000000 | #F9E0C1 | Pass |
| span Docs | 16.46:1 | 4.5:1 | #000000 | #F9E0C1 | Pass |
| span Community | 12.99:1 | 4.5:1 | #000000 | #F4C385 | Pass |
| span Packages | 13.25:1 | 4.5:1 | #000000 | #F6C587 | 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, 26 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.