Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 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 WELCOME TO ROCKY TOP | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 Programs you’re lo… | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 Welcome home | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 Come see us | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 Invest in your succe… | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 The Volunteer spirit | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h2 Become a Volunteer | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h3 A selfless act | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h3 A role model | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h3 Tools | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| h3 Campus Links | 8.45:1 | 3.0:1 | #000000 | #FF8200 | Pass |
| title University of Tennes… | 14.44:1 | 4.5:1 | #000000 | #FFCD99 | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Request Info | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Visit | 1.46:1 | 4.5:1 | #000000 | #491D0C | Fail |
| a Apply | 1.67:1 | 4.5:1 | #000000 | #592313 | Fail |
| a Give | 2.10:1 | 4.5:1 | #000000 | #732C11 | Fail |
| div Search | 1.29:1 | 4.5:1 | #000000 | #2E1C14 | Fail |
| div Close | 3.55:1 | 4.5:1 | #000000 | #676177 | Fail |
| label Search | 6.70:1 | 4.5:1 | #000000 | #C8805C | 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 Structure3 landmarksPASS
A+Heading Hierarchy11 headingsPASS
- H1 WELCOME TO ROCKY TOP
- H2 Programs you’re looking for
- H2 Welcome home
- H2 Come see us
- H2 Invest in your success
- H2 The Volunteer spirit
- H3 A selfless act
- H3 A role model
- H2 Become a Volunteer
- H3 Tools
- H3 Campus Links
AAlt Text QualityAll 19 images OKPASS
| Issue | Count |
|---|---|
| too long | 7 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #site-search-field-slider | search | Search this site | aria-label |
| #site-search-field-slider | search | Search this site | aria-label |
ALink & Button Quality81 links, 11 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://tennessee.edu/ | University of Tennessee System | new tab | Add '(opens in new tab)' to text |
| https://www.tntransferpathway.org/ | Tennessee Transfer Pathway | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://tennessee.edu/; https://www.tntransferpathway.org/
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
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 26 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.