Meeting a contractual requirement
Public tenders and many large buyers require attested WCAG 2.1 or 2.2 level AA conformance.
WCAG (Web Content Accessibility Guidelines) are the W3C recommendations that define how to make web content usable by people with disabilities. They are organised around four principles — perceivable, operable, understandable, robust — broken down into verifiable success criteria across three levels of requirement: A, AA and AAA.
In one sentence
WCAG defines, criterion by criterion, what makes web content genuinely usable by everyone.
Key points
Term at a glance
WCAG is not a statement of good intentions but a list of success criteria, each written so it can be declared met or not met. That is what allows regulations to lean on it without rewriting technical requirements of their own.
The four principles act as the classification. Perceivable: information must be receivable through different senses — alternative text on images, captions on video, sufficient contrast. Operable: everything must be reachable by keyboard, with no arbitrary time limits and no content that triggers seizures. Understandable: declared language, explicit labels, form errors explained. Robust: the markup must stay interpretable by assistive technologies, current and future.
The three levels are not tiers of increasing quality to be applied everywhere. A covers what makes content unusable for some audiences when missing. AA is the reference level in most legal frameworks. AAA contains criteria that can be impossible to satisfy across an entire site — the W3C itself advises against requiring it globally.
WCAG, a technical recommendation, must be distinguished from the laws that reference it. In Quebec, SGQRI 008 applies to public bodies; in Canada, the Accessible Canada Act covers federally regulated entities. A private company is not always legally bound, but carries commercial and reputational exposure.
Level AA is the usual target. List the pages and journeys genuinely in scope: home, forms, checkout, customer area. An unwritten scope makes assessment impossible.
A scanner such as axe or Lighthouse quickly finds insufficient contrast, images without alternatives and fields without labels. It covers a minority of criteria but clears the background noise.
Go through each page without a mouse: tab order must follow the reading order, focus must stay visible, and no trap should prevent leaving a component.
NVDA, VoiceOver or JAWS reveal what automation cannot: a button named "click here", a table without headers, a modal that never takes focus.
Most fixes come down to semantic HTML and shared components. Fixing in the design system avoids redoing the work page by page.
Accessibility decays with every publication. A check at code review plus a periodic verification beats an annual audit.
A Quebec mutual insurer has its member portal audited ahead of a public tender. The automated tool flags 40 contrast issues, fixed in one pass through the design system's colour tokens. The keyboard test uncovers something more serious: the payment confirmation modal never receives focus, so a screen reader user can approve a transfer without ever hearing the amount. That single defect, invisible to automated tools, would have been enough to disqualify the bid.
Public tenders and many large buyers require attested WCAG 2.1 or 2.2 level AA conformance.
The criteria help far beyond permanent disability: reading in sunlight, one hand busy, unstable connection, older users.
Encoding contrast, focus handling and labels into shared components makes accessibility automatic for every screen that follows.
For bodies under SGQRI 008 or the Accessible Canada Act, documented conformance is the only useful defence.
| WCAG | Web accessibility | |
|---|---|---|
| Nature | A reference set of criteria published by the W3C | The general goal: making the web usable by everyone |
| Scope | Web content and browser-based applications | Also documents, native apps, human service |
| Use | Measured and attested, criterion by criterion | Observed in use, with no single grid |
Roughly one adult in five reports a disability in Canada: an inaccessible site therefore cuts out a real share of your market, and it never shows in your statistics — those visitors leave without a usable trace. Add to that access to public procurement, where AA conformance is increasingly an eligibility condition. Handled at design time, accessibility costs little; retrofitted onto a live site, it means reworking components already replicated everywhere.
Version 2.2, a W3C Recommendation since October 2023. It is backwards compatible: a site conforming to 2.2 also conforms to 2.1 and 2.0. If a contract still names 2.1, targeting 2.2 satisfies it.
Yes in almost every case. It is the level adopted by regulations and by tenders. AAA contains criteria the W3C itself does not recommend requiring across a whole site.
No. Scanners cover a minority of success criteria. They find real errors, but a site with no automated errors can still be unusable by keyboard or screen reader.
Not directly: SGQRI 008 targets public bodies. A private company remains exposed through commercial risk, its clients' requirements and the tenders it bids for.
Indirectly, yes. Structured headings, alternative text, explicit labels and semantic HTML also help search engines understand the content. It is not a ranking factor in itself.
Need to reach level AA on a site already in production, or answer a tender requirement?
Get your accessibility assessed