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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-q | text | Search term | for/id |
| #edit-search | search | Find your program | for/id |
| op | submit | (none) | none |
| input | submit | (none) | none |
| #edit-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op">; <input type="submit">; <input type="submit" id="edit-submit">
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 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 MBA your way | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find a program | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Looking for a UQ exp… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 One of the world's m… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Steps toward reconci… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UQ teachers remain n… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Member of | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Media | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Working with us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Current students | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Library | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contact | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The University of Qu… | 1.88:1 | 4.5:1 | #000000 | #51247A | Fail |
| a Skip to menu | 1.88:1 | 4.5:1 | #000000 | #51247A | Fail |
| a Skip to content | 1.59:1 | 4.5:1 | #000000 | #411D65 | Fail |
| a Skip to footer | 1.44:1 | 4.5:1 | #000000 | #371958 | Fail |
| button Menu | 1.49:1 | 4.5:1 | #000000 | #391C5C | Fail |
| a Study | 1.77:1 | 4.5:1 | #000000 | #472965 | 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 Structure12 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 Hierarchy25 headingsPASS
- H1 MBA your way
- H2 Study
- H2 Research
- H2 Partners and community
- H2 About UQ
- H2 Find a program
- H2 Looking for a UQ expert?
- H3 Our campuses
- H3 Apply now
- H3 Scholarships
- H2 One of the world's most respected universities
- H2 Steps toward reconciliation
- H2 UQ teachers remain nation's most awarded
- H2 Events
- H3 UQ Ready
- H2 News
- H3 Older workers seen as less competent and trustworthy by their younger peers
- H3 Closing the Gap at risk without urgent focus on urban Indigenous health
- H3 Speaking Swahili: African language joins UQ course offerings
- H2 Member of
- H2 Media
- H2 Working with us
- H2 Current students
- H2 Library
- H2 Contact
A+Alt Text QualityAll 17 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
ALink & Button Quality1 issue(s) across 275 links and 11 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label |
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
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 21 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.
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 |
|---|
header.uq-header > div.uq-header__container > div.uq-header__search-toggle > button.nav-primary__toggle header.uq-header > div.uq-header__container > div.uq-header__search-toggle > button.nav-primary__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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
00025B nav.uq-footer__meta > ul.uq-footer__footer-list > li.uq-footer__footer-item > a.uq-footer__link |
These are opportunities to improve the legibility of your content.