Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction8 of 26 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 8 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FFavicon & BrandingAction2 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
BLandmark Structure5 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
CLink & Button QualityAction12 issue(s) across 233 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.aaos.org/GDPR | learn more about cookies | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| http://registryapps.net/?__hstc=10838089… | RegistryInsights® Login | new tab | Add '(opens in new tab)' to text |
| https://www.orthoinfo.org/?__hstc=108380… | Patients & Public | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.orthoinfo.org/?__hstc=108380… | Patients & Public | new tab | Add '(opens in new tab)' to text |
| http://registryapps.net/?__hstc=10838089… | RegistryInsights® Login | new tab | Add '(opens in new tab)' to text |
| https://learn.aaos.org/diweb/home | My Online Learning Access | new tab | Add '(opens in new tab)' to text |
| https://journals.lww.com/jaaos/ | JAAOS | new tab | Add '(opens in new tab)' to text |
| /videos/ | Orthopaedic Video Theater | new tab | Add '(opens in new tab)' to text |
| /publications/orthoinfo/ | OrthoInfo - Patient Education | new tab | Add '(opens in new tab)' to text |
| https://www.orthoguidelines.org/ | Clinical Practice Guidelines | new tab | Add '(opens in new tab)' to text |
| /videos/ | View 2026 OVT Plus Award Winne… | img no alt | Add alt attribute to the image |
| http://www.aaos.org/accessplus | AAOS Access Plus: One Subscrip… | img no alt | Add alt attribute to the image |
| https://journals.lww.com/jaaos/abstract/… | JAAOS - April 15, 2026: Utiliz… | new tab | Add '(opens in new tab)' to text |
| https://aaos.broadcastmed.io/ | Watch AAOS 2026 OnDemand … | new tab | Add '(opens in new tab)' to text |
| https://ams.aaos.org/Online-Store?keywor… | 2026 Coding Guide Available! … | new tab | Add '(opens in new tab)' to text |
| https://ams.aaos.org/Online-Store/Produc… | OKU Hip & Knee Reconstruction … | new tab | Add '(opens in new tab)' to text |
| https://ams.aaos.org/Online-Store/Produc… | New ICL 75 Anniversary Edition… | new tab | Add '(opens in new tab)' to text |
| https://ams.aaos.org/Online-Store/Subscr… | AAOS Access Plus Subscription … | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://learn.aaos.org/ | Online Learning | new tab | Add '(opens in new tab)' to text |
| https://trust.aaos.org/ | AAOS Trust Center | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/aaos1 | (empty) | empty | Add link text or aria-label |
| https://twitter.com/aaos1 | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@AAOS-Official | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/aaos | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/aaos_1 | (empty) | empty | Add link text or aria-label |
| https://podcasts.apple.com/us/channel/aa… | (empty) | empty | Add link text or aria-label |
| https://apps.apple.com/us/app/aaos-membe… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.mm-btn (#77 on page); a.mm-navbar__title (#78 on page); /; a.logo (#710 on page); https://www.facebook.com/aaos1; https://twitter.com/aaos1; https://www.youtube.com/@AAOS-Official; https://www.linkedin.com/company/aaos; https://www.instagram.com/aaos_1; https://podcasts.apple.com/us/channel/aaos-bone-beat-podcasts/id6445730345 (+2 more)
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
Add '(opens in new tab)' to link text or aria-label.
https://www.aaos.org/GDPR; http://registryapps.net/?__hstc=108380893.d4e1b43d26758e5c4c81840800f8ffd5.17…; https://www.orthoinfo.org/?__hstc=108380893.d4e1b43d26758e5c4c81840800f8ffd5.…; https://www.orthoinfo.org/?__hstc=108380893.d4e1b43d26758e5c4c81840800f8ffd5.…; http://registryapps.net/?__hstc=108380893.d4e1b43d26758e5c4c81840800f8ffd5.17…; https://learn.aaos.org/diweb/home; https://journals.lww.com/jaaos/; /videos/; /publications/orthoinfo/; https://www.orthoguidelines.org/ (+8 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
CLighthouse Accessibility AuditsActionScore 78/100 — 7 failing, 24 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 |
|---|
Learn more div.cc-grower > div.cc-window > span#cookieconsent:desc > a.cc-link |
AAOS Store div.box--row > div.txt > h3 > a#morestore |
Learn more about partnering with AAOS. div.row > div.col-12 > p > a#partner |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-6 > a.logo > img div.row > div.col-6 > a.logo > img |
ul.footer--panel > li > a.logo > img.img-responsive ul.footer--panel > li > a.logo > img.img-responsive |
ul.footer-app-links > li.footer-app-link > a > img ul.footer-app-links > li.footer-app-link > a > img |
ul.footer-app-links > li.footer-app-link > a > img ul.footer-app-links > li.footer-app-link > a > img |
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-6 > a.logo div.container > div.row > div.col-6 > a.logo |
div.container > ul.footer--panel > li > a.logo div.container > ul.footer--panel > li > a.logo |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.btn-container > li > a.btn li > ul.btn-container > li > a.btn |
li > ul.footer-app-links > li.footer-app-link > a li > ul.footer-app-links > li.footer-app-link > a |
li > ul.footer-app-links > li.footer-app-link > a li > ul.footer-app-links > li.footer-app-link > 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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Search div.typeahead__container > div.typeahead__field > div.typeahead__query > button.btn |
These items highlight common accessibility best practices.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body > a.skip-to-content |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
I UNDERSTAND! div.cc-grower > div.cc-window > div.cc-compliance > a.cc-btn |
A+Heading Hierarchy33 headingsPASS
- H1 Big Ideas Start Here. Share Your Expertise at AAOS 2027!
- H2 Quick Access
- H3 Claim CME or Access Transcript
- H3 My Online Learning Access
- H3 JAAOS
- H3 The Bone Beat Orthopaedic Podcast Channel
- H3 Examination Center & ResStudy
- H3 Orthopaedic Video Theater
- H3 OrthoInfo - Patient Education
- H3 Biologics Dashboard
- H3 Clinical Practice Guidelines
- H3 Career Center
- H3 Orthopaedic Calendar
- H3 ROCK
- H2 Featured
- H2 What's New
- H3 Dive into the science shaping recovery and return to play for today’s athlete at the AAOS Biologics Symposium.
- H3 The free AAOS Membership App is your gateway to essential resources, JAAOS® content, and CME tools.
- H3 New 2-year risk-adjusted revision rate visuals reveal long-term outcomes and trends for AJRR participants.
- H3 Ensure your AAOS personal and directory profiles are up to date so your colleagues and patients can easily find you.
- H3 Plan ahead for AAOS 2027 with early hotel booking for better rates, ideal locations, and less hassle.
- H3 Meet the 2026 AAOS award winners recognized for leadership, service, and impact in orthopaedic care.
- H2 Journals, Podcasts & News
- H3 JAAOS - April 15, 2026: Utilization of an Artificial Intelligence-Based Documentation System Improves Provider Efficiency in Outpatient Orthopaedic Clinics: Reducing the Afterhours Burden of the Elect
- H3 The AAOS Now Podcast spotlights the AAOS Patient Engagement Task Force. Listen now!
- H3 AAOS Now – March 2026: Inside AAOS’ patient engagement efforts with the Patient Engagement Task Force co-chairs
- H2 CME Courses & Webinars
- H3 AAOS Fundamentals of Hip and Knee Arthroplasty for Orthopaedic Residents | April 24-26 | Rosemont, IL
- H3 Pain Management & Opioids: A Patient-Centered Approach | April 27 | Virtual
- H3 AAOS Part II Board Prep & Review | May 30 | Virtual
- H2 Shop the AAOS Store
- H3 Find all courses, self-assessment, CME, and more at the AAOS Store
- H2 Corporate Partners
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #aaos-general-search-bar | search | Search | aria-label |
A404 Error PageHTTP 404, custom pagePASS
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 Big Ideas Start Here… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quick Access | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What's New | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Journals, Podcasts &… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CME Courses & Webina… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop the AAOS Store | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Corporate Partners | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Claim CME or Access … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 My Online Learning A… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 JAAOS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Bone Beat Orthop… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Examination Center &… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Orthopaedic Video Th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 OrthoInfo - Patient … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Biologics Dashboard | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Clinical Practice Gu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Career Center | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Orthopaedic Calendar | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ROCK | 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.