Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 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 Quality1 issue(s) across 125 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://indigenous.utoronto.ca/about/lan… | Read about U of T’s Statemen… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/uoft | Twitter link | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/universitytoron… | Facebook link | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/uoft/ | instagram link | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/universityt… | YouTube link | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/school/universi… | LinkedIn link | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@uoft | Tik tok link | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/utoronto.ca | Bluesky link | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@uoft | Threads link | new tab | Add '(opens in new tab)' to text |
| /social-media-directory | Social media directory link | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#main-content
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://indigenous.utoronto.ca/about/land-acknowledgement/; https://twitter.com/uoft; https://www.facebook.com/universitytoronto; https://www.instagram.com/uoft/; https://www.youtube.com/user/universitytoronto; https://www.linkedin.com/school/university-of-toronto/; https://www.tiktok.com/@uoft; https://bsky.app/profile/utoronto.ca; https://www.threads.com/@uoft; /social-media-directory
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, 4 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 Welcome to Universit… | 1.79:1 | 3.0:1 | #000000 | #1E3765 | Fail |
| h2 Main menu tools | 1.79:1 | 3.0:1 | #000000 | #1E3765 | Fail |
| h2 Jump to menu | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Main navigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Main menu tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Main navigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Jump to menu | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UTogether: Your guid… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Upcoming events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Main navigation repe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Jump to menu repeate… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quick links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quick links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title University of Toront… | 1.79:1 | 4.5:1 | #000000 | #1E3765 | Fail |
| a Skip to main content | 1.79:1 | 4.5:1 | #000000 | #1E3765 | Fail |
| a Email | 20.68:1 | 4.5:1 | #000000 | #FFFDFA | Pass |
| a Quercus | 16.71:1 | 4.5:1 | #000000 | #F2E3D4 | Pass |
| a Acorn | 16.91:1 | 4.5:1 | #000000 | #F4E4D6 | Pass |
| a Campus status | 15.78:1 | 4.5:1 | #000000 | #EFDCCC | 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 Structure15 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 Hierarchy14 headingsPASS
- H1 Welcome to University of Toronto
- H2 Main menu tools
- H2 Jump to menu
- H2 Main navigation
- H2 Main menu tools
- H2 Main navigation
- H2 Jump to menu
- H2 UTogether: Your guide to the U of T community
- H2 Latest news
- H2 Upcoming events
- H2 Main navigation repeated
- H2 Jump to menu repeated
- H2 Quick links
- H2 Quick links
A+Alt Text QualityAll 9 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-query | text | Search | aria-label |
| #edit-query | text | Search in mobile | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 1 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.
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 |
|---|
U of T News
U of T ranked first in Canada, among top 17 globally across all br… div.paragraph > section.hero-banner-section > div.heading-wrapper > a.container |
April 20, 2026
This Toronto researcher found where memories live. Can she help … div.container > div.view-content > div.views-row > a.news-grid-item |
April 16, 2026
Study finds evidence of stellar explosions that don't leave behi… div.view > div.view-content > div.views-row > a.news-grid-item |
April 15, 2026
GLP-1 medicine improves liver health independent of weight loss:… div.view > div.view-content > div.views-row > a.news-grid-item |
April 28, 2026
Dr. Marguerite (Peggy) Hill Memorial Lecture on Indigenous Health div.container > div.view-content > div.views-row > a.news-grid-item |
April 22, 2026
Women Driving Health Innovation: Celebrating Excellence in Entre… div.view > div.view-content > div.views-row > a.news-grid-item |
April 26, 2026
Aki (2025) Film Screening & Panel Discussion div.view > div.view-content > div.views-row > a.news-grid-item |
U of T Celebrates
The University of Toronto is home to some of the world’s top… div.paragraph > div.celebrates-banner > div.container > a.row |
Questions about change and opportunity run throughout our first-ever student is… div.field__item > div.paragraph > div.magazine-banner > a.row |