Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CLink & Button QualityAction146 links, 3 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://news.emory.edu/features/2025/09/… | See how Emory Advantage Plus h… | new tab | Add '(opens in new tab)' to text |
| https://news.emory.edu/stories/2024/05/h… | Learn about the new center | new tab | Add '(opens in new tab)' to text |
| https://news.emory.edu/stories/2026/04/e… | Full story | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/feed/update/urn… | Emory UniversityNatalie E. Dea… | img no alt | Add alt attribute to the image |
| https://www.facebook.com/42543126981/pos… | Emory UniversityFor Emory Univ… | img no alt | Add alt attribute to the image |
| https://www.instagram.com/p/DXTPeOElnv9/ | emoryuniversity#EmoryRewind … | img no alt | Add alt attribute to the image |
| https://www.facebook.com/42543126981/pos… | Emory UniversityEmory is one o… | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/feed/update/urn… | Emory UniversityLast month, Ex… | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/feed/update/urn… | Emory UniversityDr. Kenneth Ca… | img no alt | Add alt attribute to the image |
| https://goo.gl/maps/cZkpyEv5iH42 | 201 Dowman Drive … | new tab | Add '(opens in new tab)' to text |
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.linkedin.com/feed/update/urn:li:activity:7452042664784560129/"]; a[href="https://www.facebook.com/42543126981/posts/1450009833836908"]; a[href="https://www.instagram.com/p/DXTPeOElnv9/"]; a[href="https://www.facebook.com/42543126981/posts/1447574180747140"]; a[href="https://www.linkedin.com/feed/update/urn:li:activity:7450654529383153664/"]; a[href="https://www.linkedin.com/feed/update/urn:li:activity:7450647975497732096/"]
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://news.emory.edu/features/2025/09/er_emory_advantage_plus_17-09-2025/in…; https://news.emory.edu/stories/2024/05/hs_cnm_launch_07-05-2024/story.html; https://news.emory.edu/stories/2026/04/er_mens_basketball_ncaa_championship_r…; https://goo.gl/maps/cZkpyEv5iH42
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Emory University Hom… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore | 3.16:1 | 3.0:1 | #000000 | #575E5B | Pass |
| h2 Academics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Admission | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Research | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Health | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Community beyond the… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured content | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Apply to Emory | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Emory News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Men’s basketball f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 @EmoryUniversity | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Expanding access to … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Developing new, life… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home | Emory Univers… | 1.42:1 | 4.5:1 | #000000 | #012169 | Fail |
| div Top of page | 1.42:1 | 4.5:1 | #000000 | #012169 | Fail |
| a Skip to main content | 2.94:1 | 4.5:1 | #000000 | #61573F | Fail |
| span Menu | 5.26:1 | 4.5:1 | #000000 | #4983BD | 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 Structure9 landmarksPASS
A+Heading Hierarchy27 headingsPASS
- H2 Explore
- H2 Academics
- H2 Admission
- H2 Research
- H2 Health
- H1 Emory University Homepage
- H2 Community beyond the classroom
- H2 Featured content
- H3 Expanding access to an Emory education
- H3 Developing new, life-saving medications
- H2 Apply to Emory
- H2 Emory News
- H2 Men’s basketball finishes as NCAA Division III national runner-up, capping historic season
- H3 News
- H4 Emory’s graduate and professional schools ranked among top in 2026 by U.S. News and World Report
- H4 Class of 2025 grads excel thanks to liberal arts skills and co-curricular support
- H4 Introducing Emory’s admitted Class of 2030
- H4 14 Emory faculty named Fellows of the American Association for the Advancement of Science
- H4 Women’s swimming and diving team finishes season as NCAA national runners-up
- H4 Match Day: Emory medical students learn where they will begin their careers as doctors
- H4 Seals and sea lions provide clues to evolution of vocalization
- H3 Events
- H4 Emory Farmers Market
- H4 Health Storytelling Author Q&A: Jason Gale and AFTER COVID
- H4 Emory Cinematheque: The Rules of the Game
- H4 CANCELLED - AI, Quantum, and Machine Learning: Emory–Microway–NVIDIA Meeting
- H2 @EmoryUniversity
A+Alt Text QualityAll 15 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-input | text | Enter search terms | aria-label |
| #search-submit | submit | Submit search query | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 27 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.
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 > div#siteHeader > nav.navbar > button.navbar-toggler |