Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h2 Main Menu | 7.40:1 | 3.0:1 | #000000 | #A29795 | Pass |
| h2 Main navigation | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Your Future Awaits | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 The Arizona Impact | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 See Yourself Here | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Footer - Main | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Information For | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Topics | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Resources | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h2 Connect | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h3 Main Campus | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h3 Online | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h3 Near You Network | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| h3 International | 3.87:1 | 3.0:1 | #000000 | #6A6D3E | Pass |
| title University of Arizon… | 2.77:1 | 4.5:1 | #000000 | #AB0520 | Fail |
| a Skip to main content | 5.89:1 | 4.5:1 | #000000 | #CD6979 | Pass |
| label Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Resources | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Campus Map | 21.00:1 | 4.5: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.
ALandmark Structure17 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 Hierarchy19 headings, 1 skip(s)PASS
- H2 Main Menu
- H2 Main navigation
- H1 Congratulations, Future Wildcats!
- H2 Start Your Wildcat Journey
- H2 Your Future Awaits
- H4 U of A professors Elaine Romero, Erika Hamden named 2026 Guggenheim Fellows skipped
- H4 Turning up the volume on global health, U of A students take aim at $1M Hult Prize
- H4 Arizona, men's basketball head coach Tommy Lloyd agree to contract extension through 2031 season
- H3 Main Campus
- H3 Online
- H3 Near You Network
- H3 International
- H2 The Arizona Impact
- H2 See Yourself Here
- H2 Footer - Main
- H2 Information For
- H2 Topics
- H2 Resources
- H2 Connect
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
| Issue | Count |
|---|---|
| too long | 2 image(s) |
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keys | search | Search this site | aria-label |
| #edit-keys--2 | search | Search this site | aria-label |
| #az-select-menu-select | select | Select your audience | for/id |
ALink & Button Quality179 links, 21 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /research/space | Arizona's Impact in Space | new tab | Add '(opens in new tab)' to text |
| https://safety.arizona.edu | Campus Safety | new tab | Add '(opens in new tab)' to text |
| https://www.arizona.edu/information-secu… | University Information Securit… | new tab | Add '(opens in new tab)' to text |
| https://www.arizona.edu | The University of Arizona | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/research/space; https://safety.arizona.edu; https://www.arizona.edu/information-security-privacy; https://www.arizona.edu
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
A404 Error PageHTTP 404, custom pagePASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 98/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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
U of A professors Elaine Romero, Erika Hamden named 2026 Guggenheim Fellows div.node__content > div.card > a.field-group-link > h4.card-title |
These are opportunities to improve keyboard navigation in your application.