Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #cbinput_5222ef4ffbac824ee9cad67e8c6c120b8fd1b1e373a797976895469925a8fa54 | text | Search Diseases We Treat | aria-label |
| #firstName | text | First name | for/id |
| #lastName | text | Last name | for/id |
| #emailAddress | for/id | ||
| #optInEmailCheck | checkbox | I would like to receive emails from St. Jude. | for/id |
| #input-1d9ef1718f5cc54c20b4e2e6c0bc2a3362803f2e4a9557e9c94ac9a15e61067e | text | (Search) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q" id="input-1d9ef1718f5cc54c20b4e2e6c0bc2a3362803f2e4a9557e9c94ac9a15e61067e">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
CLink & Button QualityAction3 issue(s) across 135 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://global.stjude.org/en-us/?sc_icid… | St. Jude Global | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/education-trainin… | St. Jude Graduate School of B… | new tab | Add '(opens in new tab)' to text |
| https://giftshop.stjude.org/ | Gift Shop | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/care-treatment/pa… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: About Clinical Research.Html?Sc Icid=Home Spot Clinical Research | |||
| https://www.stjude.org/about-st-jude/why… | Learn More About Our Mission | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.stjude.org/about-st-jude/sto… | Read about Eli | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/about-st-jude/sto… | Read about Eli | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/research/progress… | Dylan Graetz and Erica Kaye | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/research/progress… | Shaping the future of qualitat… | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/care-treatment/cl… | HAPALL clinical trial | new tab | Add '(opens in new tab)' to text |
| https://www.stjude.org/care-treatment/cl… | Discover how the HAPALL study … | new tab | Add '(opens in new tab)' to text |
| https://together.stjude.org?sc_icid=home… | Together by St. Jude | new tab | Add '(opens in new tab)' to text |
| https://together.stjude.org?sc_icid=home… | Real stories. Real impact. See… | new tab | Add '(opens in new tab)' to text |
| https://giftshop.stjude.org/?sc_icid=hom… | St. Jude Gift Shop | new tab | Add '(opens in new tab)' to text |
| https://giftshop.stjude.org/?sc_icid=hom… | Shop the Gift Shop | new tab | Add '(opens in new tab)' to text |
| https://global.stjude.org/en-us/?sc_icid… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: ?Sc Icid=Home Spot Global Bttn | |||
| https://memphis.stjude.org/?sc_icid=home… | Learn More About the City of M… | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://health.usnews.com/best-hospitals… | U.S. News & World Report Logo | new tab | Add '(opens in new tab)' to text |
| https://www.nursingworld.org/organizatio… | Magnet Nursing Recognition Log… | new tab | Add '(opens in new tab)' to text |
| http://www.cancer.gov/research/nci-role/… | National Cancer Institute Logo | new tab | Add '(opens in new tab)' to text |
| https://www.give.org/charity-reviews/nat… | Better Business Bureau Logo | new tab | Add '(opens in new tab)' to text |
| https://www.charitynavigator.org/ein/351… | Charity Navigator Logo | new tab | Add '(opens in new tab)' to text |
| https://www.philanthropy.com/americas-fa… | Chronicle of Philanthropy Amer… | new tab | Add '(opens in new tab)' to text |
| https://pro.morningconsult.com/analyst-r… | Morning Consult Most Trusted N… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#impact
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://www.stjude.org/care-treatment/patient-families/seek-treatment/about-c… ("Research That Improves Care Explore how clinical studies guide better treatments for children"); https://global.stjude.org/en-us/?sc_icid=home-spot-global-bttn ("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://global.stjude.org/en-us/?sc_icid=home-mm-global; https://www.stjude.org/education-training/st-jude-graduate-school-of-biomedic…; https://giftshop.stjude.org/; https://www.stjude.org/about-st-jude/why-support-st-jude.html?sc_icid=home-sp…; https://www.stjude.org/about-st-jude/stories/making-a-difference/continuing-c…; https://www.stjude.org/about-st-jude/stories/making-a-difference/continuing-c…; https://www.stjude.org/research/progress/2026/shaping-the-future-of-qualitati…; https://www.stjude.org/research/progress/2026/shaping-the-future-of-qualitati…; https://www.stjude.org/care-treatment/clinical-trials/hapall-stem-cell-transp…; https://www.stjude.org/care-treatment/clinical-trials/hapall-stem-cell-transp… (+14 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 86/100 — 5 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. 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 |
|---|
Privacy Policy form#emailCaptureForm-0d4b5b25884e168110b52a34ede03600f6bc1426f406c3b144773fed61c7df7e > div#captchaBanner > span#captchaText > a |
Terms of Service form#emailCaptureForm-0d4b5b25884e168110b52a34ede03600f6bc1426f406c3b144773fed61c7df7e > div#captchaBanner > span#captchaText > a |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Meet Eli
“We are so thankful to St. Jude for Eli’s treatment. He was taken car… div#17aa0da9e4c9ba41727d3525ce3030c56fbb3dfb54364209019d8d2ae51b420e > div.par-1 > section.carousel > ul#c81e87a6640daac6b34811d01e642ca3ac0052ba65c68aa7f51601c7c55fbbff |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Jeritza is now home after treatment
"From the moment we arrived, her doctors a… ul#c81e87a6640daac6b34811d01e642ca3ac0052ba65c68aa7f51601c7c55fbbff > div.slick-list > div.slick-track > li.slick-slide |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
中文 section.footer-bottom > ul.footer-links > li > a |
These items highlight common accessibility best practices.
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 |
|---|
Research That Improves Care
Explore how clinical studies guide better treatmen… div#85ff7fb848bb13a73dc1fe71dc0ab36cdb175cf36c5e9e290d410ff6977717be > div.par-1 > section.teaser-block > a.teaser-block-link |
Support our mission
Learn why you should support St. Jude in our lifesaving mi… div#fd8a3c3e636ac9af9e554b4a9edb4e96f6da3b3ab0c446274463c12033d85d61 > div.par-1 > section.teaser-block > a.teaser-block-link |
Jeritza is now home after treatment
"From the moment we arrived, her doctors a… div.slick-track > li.slick-slide > section.teaser-block > a.teaser-block-link |
Research and Hospital Jobs
Join talented clinicians, nurses, researchers, supp… div#4253262b683479edafe0d60cf020231f9e06d14c7b550d400550e23fa508ddd2 > div.par-1 > section.teaser-block > a.teaser-block-link |
Fundraising Jobs at ALSAC
To ensure families never receive a bill, we need dyn… div#ae5f53b8fcad5cae17cbf1f5ce31637908b123c78ea36aff3a04f27040623cb9 > div.par-1 > section.teaser-block > a.teaser-block-link |
Explore Memphis
Get to know the community, city life and distinctive culture t… div#1a21a9bcb7e9fa82fc3ab351d3938cb54f0a17d7960902b019cc413eaf971e86 > div.par-1 > section.teaser-block > a.teaser-block-link |
ALandmark Structure7 landmarksPASS
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
AHeading Hierarchy28 headings, 1 skip(s)PASS
- H1 Finding cures. Saving children.
- H2 Research That Improves Care
- H2 Support our mission
- H2 Read our stories
- H3 Meet Eli
- H3 Jeritza is now home after treatment
- H3 Meet Aryka
- H3 Meet Aylin
- H3 Meet Eli
- H3 Jeritza is now home after treatment
- H2 Shaping the future of qualitative research in pediatric medicine
- H2 Mapping 3D-super-enhancers with machine learning
- H2 Discover how the HAPALL study is seeking ways to treat cancer patients when standard treatments don't work
- H2 Real stories. Real impact. See the St. Jude mission come to life through patient and family experiences
- H2 Meaningful Mother’s Day donation and gift ideas
- H2 Find a volunteer opportunity
- H2 Shop the Gift Shop
- H2 St. Jude Global
- H3 Advancing global research
- H2 Join our mission
- H3 Research and Hospital Jobs
- H3 Fundraising Jobs at ALSAC
- H3 Explore Memphis
- H4 Sign Up For Email Updates
- H2 Thank You
- H4 Connect With Us skipped
- H4 Contact Us
- H4 Learn More About Us
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 29 images OKPASS
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 |
|---|---|---|---|---|---|
| h2 Research That Improv… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Support our mission | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Read our stories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Global | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join our mission | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Thank You | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet Eli | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Jeritza is now home … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet Aryka | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet Aylin | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet Eli | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Jeritza is now home … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Advancing global res… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Research and Hospita… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fundraising Jobs at … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Explore Memphis | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title St. Jude Children's … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button MENU | 17.58:1 | 4.5:1 | #000000 | #EBEBE8 | Pass |
| a About Us | 14.95:1 | 4.5:1 | #000000 | #E9D6CB | 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.