Skip to content
https://hku.hk

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
67
GRADE
D
FIX
3
REVIEW
6
PASS
4
INFO
0
Checks
13
4 PASS 6 REVIEW 3 FIX
F
404 Error Page
Action
HTTP 404, bare page
FIX
HTTP 404, bare page
Info::
Correct 404 status code returned
Got: HTTP 404
Warning::
Bare server default 404 page
The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.
404 Page Quality Default 404 Page
Status Code HTTP 404 Page Title 404 Not Found Custom Styling Navigation Homepage Link Search Form
D
Dark Mode Support
Action
Theme color only
FIX
Theme color only
Info::
Theme-color present but no dark variant
A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
Got: #ffffff
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModePartial Dark Mode
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
0 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Landmark Structure
Action
1 landmarks
REVIEW
1 landmarks
Info::
<main> landmark present
Warning::
No <nav> landmark found
Info::
No banner (header) landmark
Info::
No contentinfo (footer) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER (missing!) MAIN CONTENTINFO (missing!)

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

C
Favicon & Branding
Action
6 icon(s) detected
REVIEW
6 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Present
Multiple Sizes Present
C
Web Manifest
Action
Valid manifest
REVIEW
Valid manifest
Info::
Name present: HKU
Info::
192x192 icon present
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name HKU 192×192 icon 512×512 icon Start URL Display Mode standalone
Name HKU Display Mode standalone Theme Color #ffffff Icons 2 icon(s)
B
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass 2 pass AA only
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 The University of Ho…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Global acclaim and r…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Admissions21.00:13.0:1
#000000
#FFFFFF
Pass
h2 A world of knowledge…21.00:13.0:1
#000000
#FFFFFF
Pass
title The University of Ho…20.62:14.5:1
#000000
#FCFDFE
Pass
label Search18.77:14.5:1
#000000
#E7F4FE
Pass
span Search16.22:14.5:1
#000000
#C9E6FD
Pass
span About14.73:14.5:1
#000000
#B5DDFD
Pass
span About13.61:14.5:1
#000000
#BED3E2
Pass
span Vision & Mission5.24:14.5:1
#000000
#7B807F
Pass
span Vision 2026-20354.69:14.5:1
#000000
#7B7675
Pass
span University Governanc…21.00:14.5:1
#000000
#FFFFFF
Pass
span Ordinance21.00:14.5:1
#000000
#FFFFFF
Pass
span Statutes21.00:14.5:1
#000000
#FFFFFF
Pass
span Fit for Purpose Repo…21.00:14.5:1
#000000
#FFFFFF
Pass
span Governance Structure21.00:14.5:1
#000000
#FFFFFF
Pass
span The Court21.00:14.5:1
#000000
#FFFFFF
Pass
span The Council19.26:14.5:1
#000000
#F5F5F5
Pass
span The Senate19.26:14.5:1
#000000
#F5F5F5
Pass
span Profile Indicators19.26:14.5:1
#000000
#F5F5F5
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.

C
Lighthouse Accessibility Audits
Action
Score 77/100 — 7 failing, 25 passed
REVIEW
77

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.

ARIA

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
2 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide01
2 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide11
1 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide20

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
1 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide20

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
1 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide00
3 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide02
4 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide03
5 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide04
6 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide05
1 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide10
3 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide12
4 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide13
2 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide21
3 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide22

When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track
A Better Way To Share Decentralising data collection for safer machine learning… div.caphoto__cont > div.caphoto__slider > div.slick-list > div.slick-track
Teaching & Learning News Centre Previous Next HKU in the Media Prospective Stud… div.container-wide > div.flipboard__slider > div.slick-list > div.slick-track
Master of Arts in the field of Hong Kong Cultural Studies div.flippy > div.slider--poster > div.slick-list > div.slick-track

When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item

These are opportunities to improve the usage of ARIA in your application which 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. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Facebook div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
HKU IOS App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
HKU Android App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Social Media and Apps div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Careers div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
High Contrast div.page-foot__left > ul.page-foot__list > li.page-foot__item > a#switch-contrast-1
Maps & Facilities div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Web Policies & Guidelines div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Contact Us div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Site Map div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Privacy div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Web Accessibility Statement div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link
Copyright © 2026 The University of Hong Kong. All Rights Reserved. div.container-wide > div.page-foot__inner > div.page-foot__right > p.foot-copyright

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
1 2 3 4 5 6 div.section-hero__cont > div.section-hero__slider > div.slick-dots-container > ul.slick-dots
1 2 3 4 div.caphoto__cont > div.caphoto__slider > div.slick-dots-container > ul.slick-dots
1 2 3 div.container-wide > div.flipboard__slider > div.slick-dots-container > ul.slick-dots

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
4 headings
PASS
4 headings
Info::
Single H1 present
  • H1 The University of Hong Kong Index
  • H2 Global acclaim and recognition
  • H2 Admissions
  • H2 A world of knowledge and excellence in ten Faculties
A+
Alt Text Quality
All 43 images OK
PASS
All 43 images OK
Info::
7 decorative image(s) correctly marked
Info::
36 image(s) with good alt text
43 images 36 good alt text 7 decorative
All images have appropriate alt text.
A+
Form Accessibility
All 2 controls labeled
PASS
All 2 controls labeled
Info::
2 control(s) properly labeled
2 controls
2 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#mobi-search-boxtextSearchfor/id
#search-boxtextSearchfor/id
A+
Print Stylesheet
Print styles detected
PASS
Print styles detected
Info::
External print stylesheet detected
Got: /assets/css/print.css
Print Stylesheet Print Optimized
Print stylesheet /assets/css/print.css Inline @media print Not detected
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback