Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
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
BLandmark Structure17 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy25 headingsREVIEW
- H2 UWA Navigation
- H2 Study
- H2 Life at UWA
- H2 Our research
- H2 Partners and community
- H2 About us
- H2 How can we help you?
- H2 WE SEEK WISDOM TO SEEK IMPACT
- H2 IT ALL STARTS HERE
- H2 GLOBAL TOP 100 UNIVERSITY
- H2 CHALLENGERS, CHANGERS
- H2 Step forward
- H3 (empty)
- H3 Study your way
- H2 Courses you may like
- H3 Find your people
- H2 (empty)
- H2 Be the difference
- H2 (empty)
- H3 Change the world
- H3 Feel the connection to place
- H2 Our community
- H2 (empty)
- H2 Partner with us
- H1 The University of Western Australia
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BAlt Text Quality20 of 27 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 20 image(s) |
BFavicon & Branding11 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 WE SEEK WISDOM TO SE… | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h2 IT ALL STARTS HERE | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h2 GLOBAL TOP 100 UNIVE… | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h2 CHALLENGERS, CHANGER… | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h3 Study your way | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h3 Find your people | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h3 Change the world | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| h3 Feel the connection … | 2.90:1 | 3.0:1 | #000000 | #0032FF | Fail |
| title Home | UWA | 1.77:1 | 4.5:1 | #000000 | #003087 | Fail |
| a UWA Navigation | 1.77:1 | 4.5:1 | #000000 | #003087 | Fail |
| button Study | 3.92:1 | 4.5:1 | #000000 | #526B98 | Fail |
| button Life at UWA | 12.14:1 | 4.5:1 | #000000 | #CDC4B3 | Pass |
| button Our research | 9.45:1 | 4.5:1 | #000000 | #B9AC9D | Pass |
| button Partners and communi… | 1.04:1 | 4.5:1 | #000000 | #0B0608 | Fail |
| button About us | 1.29:1 | 4.5:1 | #000000 | #301B15 | Fail |
| button More | 1.91:1 | 4.5:1 | #000000 | #5A3222 | Fail |
| button Close menu | 1.24:1 | 4.5:1 | #000000 | #2C1712 | Fail |
| a Study | 1.95:1 | 4.5:1 | #000000 | #583524 | Fail |
| a Explore courses | 2.70:1 | 4.5:1 | #000000 | #3245BB | Fail |
| button Show more | 2.90:1 | 4.5:1 | #000000 | #0032FF | 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.
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality1 issue(s) across 193 links and 57 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.uwa.edu.au/research | Our research | new tab | Add '(opens in new tab)' to text |
| https://www.uwa.edu.au/about/our-history | Our history | new tab | Add '(opens in new tab)' to text |
| https://www.uwa.edu.au/privacy | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Privacy | |||
Generic link text like 'click here' doesn't describe the destination.
https://www.uwa.edu.au/privacy ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.uwa.edu.au/research; https://www.uwa.edu.au/about/our-history
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 96/100 — 1 failing, 28 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Australia nav > details.uwa-footer__language > summary._flag-australia > a |
These items highlight common accessibility best practices.