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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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 Quality1 issue(s) across 5 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://apple.com/icloud | apple.com/icloud (opens in a n… | new tab | Add '(opens in new tab)' to text |
| https://www.apple.com/support/systemstat… | System Status (opens in a new … | new tab | Add '(opens in new tab)' to text |
| https://www.apple.com/legal/privacy/ | Privacy Policy (opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://www.apple.com/legal/internet-ser… | Terms & Conditions (opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://apple.com/icloud; https://www.apple.com/support/systemstatus/; https://www.apple.com/legal/privacy/; https://www.apple.com/legal/internet-services/icloud/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#142 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BFavicon & Branding3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy4 headingsPASS
- H1 iCloud
- H2 The best place for all your photos, files, notes, mail, and more.
- H2 Easily access apps and data from your iPhone on the web
- H2 More storage, plus features to protect your privacy and connect with friends
AAlt Text Quality1 of 4 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+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)13 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 (13)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 iCloud | 20.83:1 | 3.0:1 | #000000 | #FEFEFF | Pass |
| h2 The best place for a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Easily access apps a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More storage, plus f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title iCloud | 20.49:1 | 4.5:1 | #000000 | #FCFCFE | Pass |
| ui-button Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p iCloud is essential … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Upgrade to iCloud+ t… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a apple.com/icloud | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a System Status | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Terms & Conditions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Copyright © 2026 Ap… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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, 23 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.