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
CLandmark StructureAction1 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
BLink & Button Quality3 issue(s) across 99 links and 11 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <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 |
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 Start something | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 extraordinary. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 puts you at the cent… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Interested in joinin… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 News | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Department and Unive… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 McGill | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Winter doesn’t kee… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Internship opportuni… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Francofête puts Fre… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 McGill Alumnus Peter… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 McGill tops Maclean… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 UNESCO honours McGil… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 McGill launches init… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title McGill University | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span McGill University | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Admissions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Find an undergraduat… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Undergraduate admiss… | 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.
BLighthouse Accessibility AuditsScore 81/100 — 5 failing, 17 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#page > div#header > div.section > button.js-menu-toggle div#page > div#header > div.section > button.js-menu-toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
In an emergency div.field-item > ul > li > h4 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Admissions div#block-menu-menu-global-menu > div.content > ul.menu > li.first |
Research div#block-menu-menu-global-menu > div.content > ul.menu > li.expanded |
Student life div#block-menu-menu-global-menu > div.content > ul.menu > li.expanded |
Why Montreal div#block-menu-menu-global-menu > div.content > ul.menu > li.expanded |
About McGill div#block-menu-menu-global-menu > div.content > ul.menu > li.last |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H1 McGill University
- H2 Find what moves you. Start something extraordinary.
- H2 A dynamic, diverse city puts you at the centre of the action
- H3 Winter doesn’t keep Montrealers indoors
- H3 Internship opportunities in AI, tech and more
- H3 Francofête puts French in the spotlight
- H2 Interested in joining our community?
- H2 News
- H3 McGill Alumnus Peter Howitt awarded 2025 Nobel Prize in Economics
- H3 McGill tops Maclean’s rankings
- H3 UNESCO honours McGill’s Universal Declaration of Human Rights archives
- H3 McGill launches initiative to strengthen Canada’s healthcare system
- H2 Department and University Information
- H4 In an emergency skipped
- H4 Visit
- H4 Get in touch
- H4 Explore
- H2 McGill
- H2 Anthem video ENG NS
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 4 images OKPASS
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keys-9 | text | Enter your keywords | for/id |
| #cookie-category-required | checkbox | Essential cookies that allow our website to function | for/id |
| #cookie-category-performance | checkbox | Performance cookies that collect usability data | for/id |
| #cookie-category-marketing | checkbox | Marketing cookies that can personalize your web experiences | for/id |
| #edit-submit-9 | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op" id="edit-submit-9">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2