Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
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
FLink & Button QualityAction6 issue(s) across 201 links and 6 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.rsna.org/news | News | img no alt | Add alt attribute to the image |
| https://www.rsna.org/about | About | img no alt | Add alt attribute to the image |
| https://www.rsna.org/acct/donate-listing | Donate | img no alt | Add alt attribute to the image |
| https://www.rsna.org/login?returnUrl=htt… | Login | img no alt | Add alt attribute to the image |
| https://www.rsna.org/ai-certificate | Browse certificate courses | img no alt | Add alt attribute to the image |
| https://communities.rsna.org/home?_ga=2.… | Communities | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/journal/radiology | Radiology | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/journal/radiograph… | RadioGraphics | new tab | Add '(opens in new tab)' to text |
| https://academic.oup.com/radadv | Radiology Advances | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/journal/ai | Radiology: Artificial Intellig… | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/journal/cardiothor… | Radiology: Cardiothoracic Imag… | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/journal/imaging-ca… | Radiology: Imaging Cancer | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/page/podcasts | RSNA Journals: Podcasts | new tab | Add '(opens in new tab)' to text |
| https://pubs.rsna.org/page/podcasts | RSNA Journals: Podcasts | new tab | Add '(opens in new tab)' to text |
| https://education.rsna.org/Users/ChefVie… | RSNA Course Catalog | new tab | Add '(opens in new tab)' to text |
| https://cases.rsna.org/ | RSNA Case Collection | new tab | Add '(opens in new tab)' to text |
| https://www.rsna.org/-/media/files/rsna/… | FAQ for Section 1557 – ACA | new tab | Add '(opens in new tab)' to text |
| https://cases.rsna.org/ | RSNA Case Collection | new tab | Add '(opens in new tab)' to text |
| /about | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://www.rsna.org/annual-meeting/abst… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Abstract Submission | |||
| /membership/join-rsna | (empty) | empty | Add link text or aria-label |
| /annual-meeting | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Annual Meeting | |||
| /re-foundation | (empty) | empty | Add link text or aria-label |
| https://www.radiologyinfo.org/ | Patients | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/rsnasky.bsky.so… | Follow us on Bluesky | new tab | Add '(opens in new tab)' to text |
| http://www.facebook.com/RSNAfans?sk=wall | Follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/rsnagram | Follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| http://www.linkedin.com/company/rsna | Follow us on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@rsnagram?hl=en&… | Follow us on Threads | new tab | Add '(opens in new tab)' to text |
| http://www.x.com/rsna | Follow us on X | new tab | Add '(opens in new tab)' to text |
| http://www.youtube.com/rsnatube | Follow us on YouTube | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/membership/join-rsna; /re-foundation
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.
/about ("Learn more"); https://www.rsna.org/annual-meeting/abstract-submission ("Learn More"); /annual-meeting ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.rsna.org/ai-certificate"]
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
Add '(opens in new tab)' to link text or aria-label.
https://communities.rsna.org/home?_ga=2.8864753.592449584.1607444223-88221054…; https://pubs.rsna.org/journal/radiology; https://pubs.rsna.org/journal/radiographics ; https://academic.oup.com/radadv; https://pubs.rsna.org/journal/ai; https://pubs.rsna.org/journal/cardiothoracic; https://pubs.rsna.org/journal/imaging-cancer; https://pubs.rsna.org/page/podcasts; https://pubs.rsna.org/page/podcasts; https://education.rsna.org/Users/ChefViewCatalog.aspx (+11 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
Icon-only buttons need an aria-label so screen readers can announce them.
button#dropdownMenuButton
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
FFavicon & BrandingAction1 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 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 Together, We Are Rad… | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 Submit Your Abstract… | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 What’s new & upcom… | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 RSNA by the numbers | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 RSNA News | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 Advance your career | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h2 Diverse radiology fo… | 5.45:1 | 3.0:1 | #FFFFFF | #666A6E | Pass |
| h3 600 | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Journals | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Annual meeting | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Continuing education | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Patient-centered car… | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Grant opportunities | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| h3 Trainee resources | 3.85:1 | 3.0:1 | #000000 | #666A6E | Pass |
| title Radiological Society… | 4.24:1 | 4.5:1 | #000000 | #707070 | Fail |
| span Advertisement | 4.24:1 | 4.5:1 | #000000 | #707070 | Fail |
| label Search the site | 3.48:1 | 4.5:1 | #000000 | #616365 | Fail |
| span Search | 3.16:1 | 4.5:1 | #000000 | #595D60 | Fail |
| a News | 3.31:1 | 4.5:1 | #000000 | #5C6063 | Fail |
| a About | 3.36:1 | 4.5:1 | #000000 | #5D6164 | Fail |
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+Heading Hierarchy25 headingsPASS
- H1 Together, We Are Radiology
- H2 Submit Your Abstract by May 6
- H2 What’s new & upcoming
- H2 RSNA by the numbers
- H3 31
- H4 Content areas in EdCentral
- H3 6
- H4 Premier journals
- H3 600
- H4 CME courses
- H3 5
- H4 R&E Foundation grants awarded annually
- H2 RSNA News
- H2 (empty)
- H2 Advance your career
- H3 Journals
- H3 Annual meeting
- H3 Continuing education
- H3 Patient-centered care
- H3 Grant opportunities
- H3 Trainee resources
- H4 Become a member
- H4 Attend the annual meeting
- H4 Donate to the Foundation
- H2 Diverse radiology for a diverse world
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
A+Alt Text QualityAll 41 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #desktop-search-input | search | Search the site | for/id |
| search | search | (What are you searching for?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="search">
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
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 28 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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-4 > a div.container > div.row > div.col-md-4 > a |
div.container > div.row > div.col-md-4 > a div.container > div.row > div.col-md-4 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of 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 |
|---|
Event calendar div.row > div.col > p > a |
Jobs at RSNA div.row > div.col > p > a |
Sustainability div.row > div.col > p > a |
Companies & exhibitors div.col-7 > div.rsna-footer-text-top > p > a |
Government relations div.col-7 > div.rsna-footer-text-top > p > a |
These items highlight common accessibility best practices.