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 QualityAction5 issue(s) across 196 links and 31 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://jobs.usf.edu/ | Work at USF | new tab | Add '(opens in new tab)' to text |
| /majors | Undergraduate Majors | new tab | Add '(opens in new tab)' to text |
| /gradprograms | Graduate Programs | new tab | Add '(opens in new tab)' to text |
| /continuing-education/lifelong-learning/… | Continuing Education | new tab | Add '(opens in new tab)' to text |
| https://health.usf.edu/education | USF Health | new tab | Add '(opens in new tab)' to text |
| https://gousfbulls.com | USF Athletics | new tab | Add '(opens in new tab)' to text |
| /research-innovation/index.aspx | USF Research | new tab | Add '(opens in new tab)' to text |
| /research-innovation/student-engagement/… | Student Research | new tab | Add '(opens in new tab)' to text |
| /news/listing.aspx?category=Research%20a… | Research & Innovation News | new tab | Add '(opens in new tab)' to text |
| https://giving.usf.edu/ | Give | new tab | Add '(opens in new tab)' to text |
| https://giving.usf.edu/ | Give | new tab | Add '(opens in new tab)' to text |
| https://jobs.usf.edu/ | Work at USF | new tab | Add '(opens in new tab)' to text |
| /majors | Undergraduate Majors | new tab | Add '(opens in new tab)' to text |
| /gradprograms | Graduate Programs | new tab | Add '(opens in new tab)' to text |
| /continuing-education/lifelong-learning/… | Continuing Education | new tab | Add '(opens in new tab)' to text |
| https://health.usf.edu/education | USF Health | new tab | Add '(opens in new tab)' to text |
| https://gousfbulls.com | USF Athletics | new tab | Add '(opens in new tab)' to text |
| /research-innovation/index.aspx | USF Research | new tab | Add '(opens in new tab)' to text |
| /research-innovation/student-engagement/… | Student Research | new tab | Add '(opens in new tab)' to text |
| /news/listing.aspx?category=Research%20a… | Research & Innovation News | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/usfchannel | Watch more videos | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/usouthflorida/… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/usfchannel | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/USouthFlorida/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/school/usouthfl… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/USouthFlorida | X | new tab | Add '(opens in new tab)' to text |
| http://facebook.com/USouthFlorida | new tab | Add '(opens in new tab)' to text | |
| http://twitter.com/USouthFlorida | X | new tab | Add '(opens in new tab)' to text |
| http://www.youtube.com/usfchannel | YouTube | new tab | Add '(opens in new tab)' to text |
| http://www.linkedin.com/edu/school?id=18… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/usouthflorida | new tab | Add '(opens in new tab)' to text | |
| https://www.usf.edu/about-usf/administra… | Administrative Units | new tab | Add '(opens in new tab)' to text |
| https://www.usf.edu/regulations-policies… | Regulations & Policies | new tab | Add '(opens in new tab)' to text |
| https://www.usf.edu/hr/index.aspx | Human Resources | new tab | Add '(opens in new tab)' to text |
| https://jobs.usf.edu | Work at USF | new tab | Add '(opens in new tab)' to text |
| https://www.usf.edu/public-safety/emerge… | Emergency & Safety | new tab | Add '(opens in new tab)' to text |
| https://www.usf.edu/title-ix/index.aspx | Title IX | new tab | Add '(opens in new tab)' to text |
| https://a.cms.omniupdate.com/11/?skin=us… | © | new tab | Add '(opens in new tab)' to text |
| http://www.usf.edu/about-usf/visit-usf.a… | Visit USF | new tab | Add '(opens in new tab)' to text |
| https://www.usf.edu/about-usf/about-this… | Accessibility | new tab | Add '(opens in new tab)' to text |
| https://a.cms.omniupdate.com/11/?skin=us… | (empty) | empty | Add link 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 |
Links without text are announced as raw URLs by screen readers.
https://a.cms.omniupdate.com/11/?skin=usf&account=USFMainPROD&site=usf_edu&ac…
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://jobs.usf.edu/; /majors; /gradprograms; /continuing-education/lifelong-learning/index.aspx; https://health.usf.edu/education; https://gousfbulls.com; /research-innovation/index.aspx; /research-innovation/student-engagement/index.aspx; /news/listing.aspx?category=Research%20and%20Innovation; https://giving.usf.edu/ (+30 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.dialog-button (#805 on page); button.dialog-button (#821 on page); button.dialog-button (#837 on page); button.dialog-button (#853 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 70 Years of Bold | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Start your journey: | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Trending at USF | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Built for Your Futur… | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Live the Bulls Life | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 We are One USF | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Events | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Featured News | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| h2 Your Moment Starts N… | 3.14:1 | 3.0:1 | #000000 | #0F6949 | Pass |
| title Welcome to the Unive… | 2.03:1 | 4.5:1 | #000000 | #044A34 | Fail |
| span Emergency | 2.71:1 | 4.5:1 | #000000 | #2D5B4B | Fail |
| a usf.edu/usfalerts | 2.50:1 | 4.5:1 | #000000 | #38534A | Fail |
| a Skip to main content | 2.47:1 | 4.5:1 | #000000 | #484E4D | Fail |
| span University of South … | 2.29:1 | 4.5:1 | #000000 | #4A4749 | Fail |
| span University of South … | 2.26:1 | 4.5:1 | #000000 | #4A4649 | Fail |
| span Search | 2.44:1 | 4.5:1 | #000000 | #4E4B4D | Fail |
| label Search USF: | 2.16:1 | 4.5:1 | #000000 | #484345 | Fail |
| span About USF | 2.39:1 | 4.5:1 | #000000 | #4D4A4A | Fail |
| span About USF | 2.40:1 | 4.5:1 | #000000 | #4D4A4B | Fail |
| a Overview | 2.40:1 | 4.5:1 | #000000 | #4D4A4B | Fail |
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 Structure7 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
A+Heading Hierarchy31 headingsPASS
- H2 Emergency -
- H2 University of South Florida - 70 Est. 1956
- H2 University of South Florida - 70 Est. 1956
- H3 About USF
- H3 Academics
- H3 Admissions & Aid
- H3 Campus Life
- H3 Athletics
- H3 Research
- H3 About USF
- H3 Academics
- H3 Admissions & Aid
- H3 Campus Life
- H3 Athletics
- H3 Research
- H1 70 Years of Bold
- H2 Start your journey:
- H2 Trending at USF
- H3 Visit USF
- H3 The FAFSA is Open
- H3 Incoming Students: Finish Your Onboarding Checklist
- H2 Built for Your Future
- H2 Live the Bulls Life
- H2 We are One USF
- H2 Events
- H2 Featured News
- H3 Robotic microsurgery offers new hope for patients at USF Health and Tampa General Hospital
- H3 USF-Jabil partnership advances next-generation medical technology
- H3 Grandfather’s Vietnam heroism led grandson to USF and an interest in national security
- H3 U.S. News & World Report ranks more than 40 USF graduate programs among the nation’s best
- H2 Your Moment Starts Now
A+Alt Text QualityAll 17 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #mobile-search-input | text | Search USF: | for/id |
| #search-input | text | Search USF: | for/id |
| #audience-select | select | Start your journey: | for/id |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.