Skip to content
https://vancouversun.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
65
GRADE
D
FIX
4
REVIEW
4
PASS
5
INFO
0
Checks
13
5 PASS 4 REVIEW 4 FIX
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
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 ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title User Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
11 icon(s) detected
REVIEW
11 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 Missing
Multiple Sizes Present
C
Navigation UX
Action
2 navigation pattern(s)
REVIEW
2 navigation pattern(s)
Info::
Search functionality detected
Got: role-search
Info::
Skip navigation link detected
Info::
5 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Breadcrumbs
Search role='search' landmark
Skip Link Skip link detected
Labeled Navigation 5 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
4 of 6 testable patterns navigation patterns detected. Strong navigation UX with multiple discovery paths.
B
Lighthouse Accessibility Audits
Score 86/100 — 5 failing, 28 passed
REVIEW
86

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

ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.

Why this matters

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

Source: MDN Permissions-Policy

Failing Elements
SUBSCRIBE body.breaking > section#sailthru-overlay-container

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.breaking > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close body.breaking > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close

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. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Intuit Credit Karma in Taboola advertising section a.item-label-href > span.video-label-box > span.branding > span.branding-inner
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span
Intuit Credit Karma in Taboola advertising section a.item-label-href > span.video-label-box > span.branding > span.branding-inner
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span
Vancouver Sun in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding
Forbes in Taboola advertising section a.item-label-href > span.video-label-box > span.branding > span.branding-inner
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span
NerdWallet in Taboola advertising section a.item-label-href > span.video-label-box > span.branding > span.branding-inner
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span
OTTO Insurance in Taboola advertising section a.item-label-href > span.video-label-box > span.branding > span.branding-inner
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span
Vancouver Sun in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
This Vancouver park board manager transformed a boring concession stand into a … article.article-card > div.article-card__content > div.article-card__details > a.article-card__link
Eat Streets: Vancouver's Yaletown a place to eat, drink, and 'to see and be see… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link
Coast Appliances files for creditor protection, cites slowdown in residential c… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link
Michelin-recommended Vancouver Thai restaurant gets a sibling Charm Thai resta… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link
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-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
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.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
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
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
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.
`[lang]` attributes have a valid value
`<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
Image elements do not have `[alt]` attributes that are redundant text.
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+
Landmark Structure
34 landmarks
PASS
34 landmarks
Info::
<main> landmark present
Info::
5 <nav> landmark(s) found
Info::
All <nav> elements are properly labeled
Info::
Skip navigation link present
Info::
Search landmark present
Page Structure — as a screen reader sees it
BANNER header NAV "Main Menu" SEARCH MAIN ASIDE CONTENTINFO footer
A+
Heading Hierarchy
77 headings
PASS
77 headings
Info::
Single H1 present
  • H1 Home | Vancouver Sun
  • H2 Trending Topics
  • H3 This Vancouver park board manager transformed a boring concession stand into a lively destination patio. Then he was laid off
  • H3 Surrey school district superintendent highest paid in B.C., earning more than $500,000
  • H3 Gangster Jamie Bacon, convicted in Surrey Six murders, released from prison
  • H3 Eat Streets: Vancouver's Yaletown a place to eat, drink, and 'to see and be seen'
  • H3 B.C. car dealers report rebound in interest for EVs as gas hovers near $2 a litre
  • H3 Coast Appliances files for creditor protection, cites slowdown in residential construction
  • H3 Vaughn Palmer: Did Premier David Eby have an ulterior motive in thanking his attorney general?
  • H3 Michelin-recommended Vancouver Thai restaurant gets a sibling
  • H3 B.C. man sues A&E TV network, ex-wife for defamation over Secrets of Hells Angels series
  • H3 'Substantial unpermitted work': Surrey continues crackdown on illegal construction
  • H2 News
  • H3 Surrey police investigating early morning extortion-related shooting
  • H3 Chinese police officers went missing during high-security Vancouver trip, court hears
  • H3 B.C. teacher fired, licence suspended over inappropriate student interactions and sick-leave fraud
  • H3 Grass doesn't pass: Guards find 'cleverly disguised' contraband meant for B.C. prison
  • H3 World Cup games to have largest police deployment in Vancouver's history
  • H3 Gangster Jamie Bacon, convicted in Surrey Six murders, released from prison
  • H3 Chinese police officers went missing during high-security Vancouver trip, court hears
  • H3 Surrey school district superintendent highest paid in B.C., earning more than $500,000
  • H3 Coast Appliances files for creditor protection, cites slowdown in residential construction
  • H3 This Vancouver park board manager transformed a boring concession stand into a lively destination patio. Then he was laid off
  • H2 Epaper Edition
  • H2 LOCAL SPOTLIGHT
  • H2 Sports
  • H3 Vancouver Goldeneyes showing character with gutsy wins late in inaugural season
  • H3 Vancouver Goldeneyes hold on for 4-3 win over Montreal Victoire
  • H3 Are the Canucks even asking the right questions in their GM search?
  • H3 Canucks: Marc Bergevin brings experience, roster expertise, humour to GM bid
  • H3 World Cup 2026: More last-minute tickets for all matches on sale Wednesday
  • H2 Entertainment
  • H3 Cash Cab guy's turn to answer questions
  • H3 Diljit Dosanjh in Vancouver: What to know before you go
  • H3 Seth Rogen's cannabis company cooks up new colab
  • H3 Freedom Mobile Arch Amphitheatre: What to know about this Vancouver entertainment venue
  • H3 Vancouver Island singer tours Canada in a vegetable-oil-powered bus
  • H2 weather (Vancouver)
  • H2 Canadian Tire
  • H2 Life
  • H3 Recipe: Butter chicken meatballs, a classic reinvented for busy weeknight meals
  • H3 These are the 5 must-have skin care products for spring
  • H3 These are the 3 best beauty products we tried this week
  • H3 Field of dreams: The turf that will be B.C. Place's verdant green World Cup centrepiece
  • H3 Concert review: Journey bids Vancouver fans a fine Final Farewell at Pacific Coliseum
  • H2 Opinion
  • H3 Opinion: Are we doing enough to make sure World Cup visitors leave with the best possible impression of our city and province?
  • H3 Douglas Todd: In South Delta, at least, you can fight city hall — and stop highrises
  • H3 Vaughn Palmer: B.C. Premier David Eby has learned he is not in charge
  • H3 Pete McMartin: How I got up off the couch and survived the Sun Run
  • H3 Pete McMartin: I waited. One hour. Two hours. My night in an ER waiting room
  • H2 Business
  • H3 Should there be a consumer advocate for B.C. Ferries? And why is a bridge to Vancouver Island not feasible?
  • H3 Here are the highest-paid City of Vancouver employees, according to the 2025 salaries report
  • H3 Delta company opens lithium refining plant with first-in-North-America technology
  • H3 U.S. court turns down B.C. mine's push to increase selenium levels in border lake pollution dispute
  • H3 Sold Bought: Upgrades and versatile layout draw strong interest in Richmond home
  • H2 Homes
  • H3 Condo Smarts: Who's on the hook for faulty heat pump installation?
  • H3 See how a $2,500 gym shed project created a fresh home fitness space
  • H3 How to make best use of the space in your vegetable garden
  • H3 Brian Minter: Want an early veggie crop? Here's what you can plant now in Metro Vancouver
  • H3 Yaletown condo transformed into a Vegas-inspired retreat that radiates character
  • H2 Healthing
  • H3 Can you detox from plastic? The reality of harmful chemicals at every turn
  • H3 Serotonin tinnitus severity study opens the door for more precise treatment using SSRIs
  • H3 What is food noise? Inside the cravings and intrusive thoughts that are impossible to ignore
  • H3 MasterChef Canada's Marissa Leon-John cooking simple and fabulous food for people with diabetes
  • H3 Behind the Scenes: The role of the hospital board of directors
  • H2 Driving
  • H3 BMW's new 7 Series sedan debuts as an all-electric
  • H3 ChargePoint adds a new 600kW charger to its portfolio
  • H3 EVs powered by Horse? Of course!
  • H3 2027 Chrysler Pacifica price cut by up to $7,200, starts at $52,995 in Canada
  • H3 Ducati North America CEO races a 1971 450 R/T Desmo at Biltwell 100
  • H2 You've reached the 20 article limit.
  • H2 Looks like you've reached your saved article limit!
A
Alt Text Quality
All 88 images OK
PASS
All 88 images OK
Info::
6 image(s) with alt text over 125 characters
Info::
82 image(s) with good alt text
88 images 82 good alt text
IssueCount
too long6 image(s)
A+
Form Accessibility
All 3 controls labeled
PASS
All 3 controls labeled
Info::
3 control(s) properly labeled
3 controls
3 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#id_search_textinputSearch vancouversun.comfor/id
#id_search_text_topinputSearch vancouversun.comfor/id
#emailVS_SunriseemailEmail Addressaria-label
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

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

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Home | Vancouver Sun16.20:13.0:1
#000000
#EBE0D9
Pass
h2 Trending Topics16.20:13.0:1
#000000
#EBE0D9
Pass
h2 Epaper Edition16.20:13.0:1
#000000
#EBE0D9
Pass
h2 LOCAL SPOTLIGHT16.20:13.0:1
#000000
#EBE0D9
Pass
h2 weather (Vancouver)16.20:13.0:1
#000000
#EBE0D9
Pass
h2 Canadian Tire16.20:13.0:1
#000000
#EBE0D9
Pass
h2 You've reached the 2…16.20:13.0:1
#000000
#EBE0D9
Pass
h2 Looks like you've re…16.20:13.0:1
#000000
#EBE0D9
Pass
title Home | Vancouver Sun15.95:14.5:1
#000000
#CCE4F2
Pass
div Advertisement oop17.86:14.5:1
#000000
#E0EFF7
Pass
div Stories continue bel…21.00:14.5:1
#000000
#FFFFFF
Pass
div This advertisement h…21.00:14.5:1
#000000
#FFFFFF
Pass
a Skip to Content21.00:14.5:1
#000000
#FFFFFF
Pass
strong EAT STREETS: Enter t…19.60:13.0:1
#000000
#F7F7F7
Pass
span Click here >>19.60:14.5:1
#000000
#F7F7F7
Pass
strong EAT STREETS: Enter t…19.60:13.0:1
#000000
#F7F7F7
Pass
span Click here >>19.95:14.5:1
#000000
#F9F9F9
Pass
span Sections21.00:14.5:1
#000000
#FFFFFF
Pass
span Search8.33:14.5:1
#000000
#A3A3A3
Pass
label Search vancouversun.…21.00:14.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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback