Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality2 of 35 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
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 Start your future wi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Learning for life-lo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Undergraduate Progra… | 15.43:1 | 3.0:1 | #212529 | #FFFFFF | Pass |
| h2 Graduate Programs | 15.43:1 | 3.0:1 | #212529 | #FFFFFF | Pass |
| h2 Continuing Studies | 15.43:1 | 3.0:1 | #212529 | #FFFFFF | Pass |
| h2 International Studen… | 15.43:1 | 3.0:1 | #212529 | #FFFFFF | Pass |
| h2 Student Voices | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 York by the Numbers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Your journey starts … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore your future … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What’s happening a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 York U Views | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Connect with York Un… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title York University | To… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| legend Global Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label search box | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span search button | 15.56:1 | 4.5:1 | #000000 | #E2DCE1 | Pass |
| a Skip to main content | 14.99:1 | 4.5:1 | #000000 | #DBD9DE | Pass |
| a Skip to local naviga… | 6.51:1 | 4.5:1 | #000000 | #959252 | Pass |
| span Mobile navigation bu… | 7.00:1 | 4.5:1 | #000000 | #A3971B | 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 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 Hierarchy13 headingsPASS
- H1 Start your future with confidence
- H2 Learning for life-long success
- H2 Undergraduate Programs
- H2 Graduate Programs
- H2 Continuing Studies
- H2 International Students
- H2 Student Voices
- H2 York by the Numbers
- H2 Your journey starts here, with a community that moves you forward
- H2 Explore your future campus
- H2 What’s happening at York U
- H2 York U Views
- H2 Connect with York University
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #yeb13searchfield | search | search box | for/id |
ALink & Button Quality171 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://futurestudents.yorku.ca/ | Explore Programs | new tab | Add '(opens in new tab)' to text |
| https://futurestudents.yorku.ca/requirem… | Requirements | new tab | Add '(opens in new tab)' to text |
| https://www.yorku.ca/partnerships/ | Partnerships | new tab | Add '(opens in new tab)' to text |
| http://yorku.ca/about | About | new tab | Add '(opens in new tab)' to text |
| https://students.yorku.ca/student-commun… | Student Life | new tab | Add '(opens in new tab)' to text |
| https://futurestudents.yorku.ca/financin… | Scholarships & Bursaries | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=4JZaN8U3… | Watch the Welcome Video | new tab | Add '(opens in new tab)' to text |
| https://futurestudents.yorku.ca/tours | Book a Tour | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://futurestudents.yorku.ca/; https://futurestudents.yorku.ca/requirements; https://www.yorku.ca/partnerships/; http://yorku.ca/about; https://students.yorku.ca/student-communities; https://futurestudents.yorku.ca/financing-your-degree/scholarships-bursaries; https://www.youtube.com/watch?v=4JZaN8U3Xl8&ab_channel=YorkUniversity; https://futurestudents.yorku.ca/tours
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 97/100 — 1 failing, 29 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
View All News div.wp-block-group > div.wp-block-group > p.view-all-wrapper > a |
These are opportunities to improve the legibility of your content.