Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
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
FHeading HierarchyAction79 headings, 6 skip(s)FIX
- H1 Welcome to CHM
- H2 On Now: Apple@50
- H2 Exhibits
- H2 Rare Apple Prototypes
- H2 More Exhibits
- H5 (empty)
- H4 Chatbots Decoded: Exploring AI
- H5 (empty)
- H4 Revolution: The First 2000 Years of Computing
- H5 (empty)
- H4 Make Software: Change the World!
- H2 Discover More at CHM
- H5 (empty)
- H4 Podcast
- H5 (empty)
- H4 TechFest
- H5 Visit
- H4 Tours
- H5 Visit
- H4 Exhibits
- H5 EXPLORE
- H4 Collections
- H5 playlist
- H4 Source Code
- H5 Explore
- H4 Timelines
- H5 Awards
- H4 Fellow Awards
- H5 (empty)
- H4 Podcast
- H5 (empty)
- H4 TechFest
- H5 Visit
- H4 Tours
- H5 Visit
- H4 Exhibits
- H5 EXPLORE
- H4 Collections
- H5 playlist
- H4 Source Code
- H5 Explore
- H4 Timelines
- H5 Awards
- H4 Fellow Awards
- H5 (empty)
- H4 Podcast
- H5 (empty)
- H4 TechFest
- H2 CHM Online Store
- H2 Upcoming Events
- H5 (empty)
- H4 2026 Fellow Awards Ceremony
- H5 (empty)
- H4 My Year With AI
- H5 (empty)
- H4 Steve Jobs in Exile
- H2 From Our Blogs
- H5 CHM BLOG skipped
- H4 A Historic Pixel Art Exhibition
- H5 CHM BLOG
- H4 Celebrating Apple at 50
- H5 CHM BLOG
- H4 Apple History in Prototypes
- H2 Activities & Resources
- H5 Game for Grades 3–8 skipped
- H4 Roblox
- H5 Activity for Grades 6–16
- H4 Minecraft: Education Edition
- H5 Activity for Grades 6–12
- H4 Revolution Virtual Scavenger Hunt
- H2 CHM on YouTube
- H5 (empty)
- H4 CHM Live
- H5 (empty)
- H4 CHM Bytes
- H5 (empty)
- H4 CHM YouTube Shorts
- H2 HELP US TELL THE FULL STORY
- H2 Hours and Directions
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
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
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
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
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
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
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
DFavicon & BrandingAction3 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
BAlt Text Quality2 of 25 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
CForm AccessibilityAction3 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #s | text | Search for: | for/id |
| #searchsubmit | submit | (none) | none |
| #g-recaptcha-response-100000 | textarea | (none) | none |
| #g-recaptcha-response-100001 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="searchsubmit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100001">
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
BLink & Button Quality1 issue(s) across 130 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://computerhistory.org/apple-at-50/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Apple At 50 | |||
| https://computerhistory.org/plan-your-vi… | Plan a visit | new tab | Add '(opens in new tab)' to text |
| https://computerhistory.org/blog/apple-h… | Explore featured objects | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=eCSNJgI2… | Watch our kickoff event | new tab | Add '(opens in new tab)' to text |
| https://shop.computerhistory.org/ | Shop now | new tab | Add '(opens in new tab)' to text |
| https://thechm.medium.com/ | Medium | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/computerhistory… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ComputerHistory | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/ComputerHis… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/computerhistor… | new tab | Add '(opens in new tab)' to text | |
Generic link text like 'click here' doesn't describe the destination.
https://computerhistory.org/apple-at-50/ ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://computerhistory.org/plan-your-visit/; https://computerhistory.org/blog/apple-history-in-prototypes/; https://www.youtube.com/watch?v=eCSNJgI2LFI; https://shop.computerhistory.org/; https://thechm.medium.com/; https://www.facebook.com/computerhistory/; https://twitter.com/ComputerHistory; https://www.youtube.com/user/ComputerHistory; https://www.instagram.com/computerhistory/
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Welcome to CHM | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 On Now: Apple@50 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Exhibits | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Rare Apple Prototype… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More Exhibits | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover More at CHM | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CHM Online Store | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Upcoming Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 From Our Blogs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Activities & Resourc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CHM on YouTube | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 HELP US TELL THE FUL… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hours and Directions | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home - CHM | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Donate | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Tickets | 1.66:1 | 4.5:1 | #000000 | #2E3437 | Fail |
| span Menu | 4.27:1 | 4.5:1 | #000000 | #687278 | Fail |
| a Explore | 12.27:1 | 4.5:1 | #000000 | #B5C9D4 | Pass |
| a Overview | 11.21:1 | 4.5:1 | #000000 | #AEC0CC | Pass |
| a Collections | 9.38:1 | 4.5:1 | #000000 | #98B1BF | 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.
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 22 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.
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 |
|---|
div.related-articles__column > a > div.related-articles__content > h5 div.related-articles__column > a > div.related-articles__content > h5 |
Visit div.slider__container > div.slider__content > a > h5 |
div.related-articles__column > a > div.related-articles__content > h5 div.related-articles__column > a > div.related-articles__content > h5 |
CHM BLOG div.related-articles__column > a > div.related-articles__content > h5 |
Game for Grades 3–8 div.related-articles__column > a > div.related-articles__content > h5 |
div.related-articles__column > a > div.related-articles__content > h5 div.related-articles__column > a > div.related-articles__content > h5 |
These are opportunities to improve keyboard navigation in your application.
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.no-js html.no-js |
These items highlight common accessibility best practices.