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.
BLink & Button Quality4 issue(s) across 79 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.lb-prev (#515 on page); a.lb-next (#516 on page); a.lb-cancel (#518 on page); a.lb-close (#525 on page)
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
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 |
|---|---|---|---|---|---|
| h1 Your choice regardin… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Course search | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Online undergraduate… | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Postgraduate study a… | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Making Waves: The Ca… | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Featured news | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Events at St Andrew… | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Race Equality Charte… | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Your St Andrews | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h2 Navigation | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h3 Phone | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| h3 Social media | 1.29:1 | 3.0:1 | #000000 | #202024 | Fail |
| title University of St And… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| p We use cookies to op… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span Accept recommended s… | 1.60:1 | 4.5:1 | #000000 | #00315D | Fail |
| span Reject all cookies | 1.34:1 | 4.5:1 | #000000 | #0C253A | Fail |
| span Cookie preferences | 1.23:1 | 4.5:1 | #000000 | #28180D | Fail |
| a Skip to content | 1.81:1 | 4.5:1 | #000000 | #562F0F | Fail |
| a Current students | 1.65:1 | 4.5:1 | #000000 | #4B2B0C | Fail |
| a Current postgraduate… | 1.58:1 | 4.5:1 | #000000 | #1E3143 | 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+Landmark Structure6 landmarksPASS
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H1 Your choice regarding cookies on this site
- H2 Course search
- H4 Additional options skipped
- H2 Online undergraduate open day
- H2 Postgraduate study at Scotland's top university
- H3 Choose St Andrews
- H3 Current students
- H2 Making Waves: The Campaign for St Andrews
- H2 Featured news
- H3 Green light for New College
- H3 Bubble-netting whales
- H3 Digital Nexus gets go ahead
- H2 Events at St Andrews
- H2 Race Equality Charter award for St Andrews
- H2 Your St Andrews
- H2 Navigation
- H2 Contact us
- H3 Phone
- H3 Social media
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 12 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #query | text | Search the University website, use arrow keys to move between suggested search terms | aria-label |
| #txt-search-course | text | Search for a course, use arrow keys to move between suggested search terms | aria-label |
A404 Error PageHTTP 404, custom pagePASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 99/100 — 1 failing, 26 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.
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 |
|---|
Additional options div.hero-section__content > div.hero-section__content-group > div.horizontal-list > h4.horizontal-list__toggle |
These are opportunities to improve keyboard navigation in your application.