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
BLink & Button Quality7 issue(s) across 150 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button (#167 on page); button (#192 on page); button (#212 on page); button (#234 on page); button (#254 on page); button (#270 on page); button (#282 on page)
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
B404 Error PageHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 University Of Washin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Story Slide… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News & events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Helpful Links | 3.86:1 | 3.0:1 | #000000 | #6A696E | Pass |
| h3 PULLING SALMON DNA O… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Building batteries b… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 No time to waste | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Feedback Loop | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Uncommon grounds | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The UW, powered by y… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 UW Earth Day 2026 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Help shape the UW’… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Did you know? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Rankings | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Be boundless | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title UW Homepage | 8.68:1 | 4.5:1 | #000000 | #B7A57A | Pass |
| label Search UW | 12.64:1 | 4.5:1 | #000000 | #D3C8AE | Pass |
| option All the UW | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Current site | 18.43:1 | 4.5:1 | #000000 | #E5F2FB | Pass |
| legend Search scope | 16.89:1 | 4.5:1 | #000000 | #D3EAF8 | 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 Structure13 landmarksPASS
A+Heading Hierarchy17 headingsPASS
- H3 Helpful Links
- H1 University Of Washington
- H2 Featured Story Slideshow
- H3 PULLING SALMON DNA OUT OF THIN AIR
- H3 Building batteries better
- H3 No time to waste
- H3 Feedback Loop
- H3 Uncommon grounds
- H2 News & events
- H3 The UW, powered by you
- H3 UW Earth Day 2026
- H3 Help shape the UW’s future
- H2 Fast Facts
- H3 Did you know?
- H3 Rankings
- H3 Be boundless
- H4 Connect with us:
A+Alt Text QualityAll 6 images OKPASS
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #uw-search-bar | search | Search UW | for/id |
| #mobile-search-select | select | Search scope | aria-label |
| search | radio | none | |
| search | radio | 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 96/100 — 1 failing, 25 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Search UW body.post_the-uw-powered-by-you > div#uwsearcharea |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.