Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, bare pageFIX
FFavicon & BrandingActionNo icons 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
BLink & Button Quality162 links, 16 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | homepage | img no alt | Add alt attribute to the image |
| https://www.ushmm.org/online-calendar | Today at the MuseumPrograms an… | img no alt | Add alt attribute to the image |
| /information/visit-the-museum/hours-loca… | Hours: 10 a.m. - 5:30 p.m.View… | img no alt | Add alt attribute to the image |
| /information/exhibitions/museum-exhibiti… | Museum ExhibitionsPermanent an… | img no alt | Add alt attribute to the image |
| /information/visit-the-museum/admission-… | Admission and TicketsInstructi… | img no alt | Add alt attribute to the image |
| / | United States Holocaust Memori… | 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="/"]; a[href="https://www.ushmm.org/online-calendar"]; a[href="/information/visit-the-museum/hours-location-transportation"]; a[href="/information/exhibitions/museum-exhibitions"]; a[href="/information/visit-the-museum/admission-tickets"]; a[href="/"]
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
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 United States Holoca… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 Visit the Museum | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 National Events | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 Search Our Collectio… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 News | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 Connect with the Mus… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h2 Get the Latest News | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h3 Alarmingly Relevant:… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h3 2026 Rubin Lecture, … | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h3 Finding Treblinka: F… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| h3 2026 New York Next G… | 17.46:1 | 3.0:1 | #000000 | #EAEAEA | Pass |
| title United States Holoca… | 1.09:1 | 4.5:1 | #000000 | #0E0E0E | Fail |
| a Skip to main content | 1.61:1 | 4.5:1 | #000000 | #313131 | Fail |
| button Language | 5.79:1 | 4.5:1 | #000000 | #888684 | Pass |
| a English home page | 15.65:1 | 4.5:1 | #000000 | #E1DED9 | Pass |
| a المصادر با… | 15.49:1 | 4.5:1 | #000000 | #E0DDD7 | Pass |
| a Πηγές στα Ε… | 15.64:1 | 4.5:1 | #000000 | #E1DED8 | Pass |
| a Recursos en español | 15.50:1 | 4.5:1 | #000000 | #E0DDD8 | Pass |
| a منابع موجو… | 15.80:1 | 4.5:1 | #000000 | #E2DFDA | Pass |
| a Ressources en franç… | 15.95:1 | 4.5:1 | #000000 | #E3E0DB | 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+Landmark Structure8 landmarksPASS
A+Heading Hierarchy12 headingsPASS
- H1 United States Holocaust Memorial Museum
- H2 Despite The Odds
- H2 Visit the Museum
- H2 National Events
- H3 Alarmingly Relevant: Holocaust Museums in an Age of Rising Holocaust Denial and Antisemitism
- H3 2026 Rubin Lecture, Antisemitism Then and Now
- H3 Finding Treblinka: Forensic and Archaeological Discoveries
- H3 2026 New York Next Generation Event
- H2 Search Our Collections
- H2 News
- H2 Connect with the Museum
- H2 Get the Latest News
AAlt Text Quality1 of 17 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 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
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchtext | text | Search the Entire Site | for/id |
| input | none | ||
| input | text | First Name | none |
| input | text | Postal Code | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
A+Lighthouse Accessibility AuditsScore 97/100 — 2 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.
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 |
|---|
ENCYCLOPEDIA section.promo-item > div.promo-item__content > div.promo-item__title > a |
INTRODUCTION TO THE HOLOCAUST section.promo-item > div.promo-item__content > div.promo-item__title > a |
RESOURCES FOR EDUCATORS section.promo-item > div.promo-item__content > div.promo-item__title > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu div.header__container > div.primary-nav > div.primary-nav__menu-button > button |