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.
DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 25 passedREVIEW
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 |
|---|
Read the latest news. Get the Apple Developer app. div.footer-content > section.footer-mini > div.footer-mini-news > div.copy |
Read the latest news. section.footer-mini > div.footer-mini-news > div.copy > div.footer-mini-legal-link |
Light div.content > div.color-scheme-toggle > label > div.text |
Dark div.content > div.color-scheme-toggle > label > div.text |
Copyright © 2026 Apple Inc. All rights reserved. div.footer-content > section.footer-mini > div.footer-mini-legal > div.footer-mini-legal-copyright |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apple Inc. section.footer-mini > div.footer-mini-legal > div.footer-mini-legal-copyright > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Display curated data with Dashboards div.column > div.row > div.column > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Menu div.localnav-wrapper > div.localnav-content > div.localnav-menu > a#localnav-menustate-open |
Privacy Policy section.footer-mini > div.footer-mini-legal > div.footer-mini-legal-links > a.footer-mini-legal-link |
These items highlight common accessibility best practices.
AHeading Hierarchy32 headings, 1 skip(s)PASS
- H2 Explore Get Started
- H2 Stay Updated
- H2 Explore Platforms
- H2 Featured
- H2 Explore Technologies
- H2 Featured
- H2 Explore Community
- H2 Featured
- H2 Explore Documentation
- H2 Release Notes
- H2 Explore Downloads
- H2 Featured
- H2 Explore Support
- H2 Featured
- H2 Quick Links
- H2 iCloud
- H1 iCloud for developers
- H3 Display curated data with Dashboards skipped
- H3 Build apps using CloudKit
- H3 Gain insights with Telemetry
- H3 Access logs that respect user privacy
- H3 Send, validate, and monitor push notifications
- H2 Resources
- H2 Developer Footer
- H3 Platforms
- H3 Tools
- H3 Technologies
- H3 Resources
- H3 Support
- H3 Account
- H3 Programs
- H3 Events
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 3 images OKPASS
AForm Accessibility1 of 14 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | input | Search | aria-label |
| #footer-directory-column-section-state-platform | checkbox | Platforms | for/id |
| #footer-directory-column-section-state-tools | checkbox | Tools | for/id |
| #footer-directory-column-section-state-topics | checkbox | Technologies | for/id |
| #footer-directory-column-section-state-resources | checkbox | Resources | for/id |
| #footer-directory-column-section-state-support | checkbox | Support | for/id |
| #footer-directory-column-section-state-account | checkbox | Account | for/id |
| #footer-directory-column-section-state-programs | checkbox | Programs | for/id |
| #footer-directory-column-section-state-events | checkbox | Events | for/id |
| input | radio | none | |
| input | radio | none | |
| input | radio | none | |
| select | select | Language Dropdown | aria-label |
| #localnav-menustate | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="localnav-menustate">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
ALink & Button Quality192 links, 12 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /icloud/resources/ | Resources Find the … | img no alt | Add alt attribute to the image |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/icloud/resources/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
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 iCloud for developer… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Get Started | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Stay Updated | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Platforms | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Technologies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Documentatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Release Notes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Downloads | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Support | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quick Links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Developer Footer | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Display curated data… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Build apps using Clo… | 21.00:1 | 3.0: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.