Skip to main content
WCAGrules
Quick navigation

Guides · Accessibility and growth

Training Lands When People Have Something to Fix

The same session run at the wrong moment teaches nobody anything.

Last reviewed August 30, 2026

The usual sequence is that somebody decides accessibility matters, books a session for the whole company, and everybody watches ninety minutes of slides about the four principles. Six weeks later nothing has changed, and the conclusion drawn is that training does not work.

The training was fine. The timing and the audience were wrong.

Run It When There Is Something to Apply It To

Accessibility training sticks when the person leaves the room with a specific thing they are about to do differently. Which means it works best right after an audit, when there is a real list of defects in the team's own product, and worst as a standalone event with nothing following it. That is our professional position rather than a researched finding, and it is the one every practitioner we know shares.

It is also why where to start puts training in week four rather than week one, and why we tell people not to train the whole team on day one.

The strongest version

Walk the team through findings from their own site, with a screen reader running. Abstract examples get nods. Their own checkout failing gets attention.

Train by Role, Not by Company

A developer, a copywriter and a designer need almost entirely different things. Put all three in one session and most of the room is listening to material they cannot act on, which is the fastest way to teach people that this is somebody else's job.

RoleThe heart of itWhere to send them
DevelopersSemantics, keyboard, focus, names and statesDeveloper checklist
DesignersContrast, focus states, target size, motionDesigner checklist
Content editorsHeadings, link text, alt text, plain languageContent editor checklist
QA and testersA repeatable pass, and how to write the defectQA test pass
Product managersScoping, prioritising, acceptance criteriaFor product managers
Owners and directorsWhich law applies, what to fund, who owns itFor business owners
What each role actually needs

Why Training Carries So Much Weight Here

There is a reason accessibility resists being solved by tooling in a way that, say, security scanning does not, and it shows up when you line each role's material against what automated rules can reach.

Look at the designer row. Non-text contrast and focus not obscured have no rule in W3C's ACT collection, which is the published catalogue of test rules rather than a list of everything a tool can do. Target size does have one, in the same engine our free scan runs, and it measures size and spacing rather than judging whether a control was findable in the first place. Interaction-triggered animation sits at Level AAA, so it is a stretch goal rather than part of an AA audit. A designer works mostly in the part of the standard tooling reaches least, and nothing in a pipeline is coming to save that work.

The developer row has the opposite shape and the same conclusion. Name, Role, Value carries fifteen live ACT rules, more than any other criterion in the standard. Of the ten that name it as a requirement, seven test only that a name is not empty, rather than whether it describes the control. So the most heavily tooled topic on a developer's list is the one where a green result is most misleading. Focus order has no ACT rule at all.

And the content editor row is where the evidence is bluntest. WebAIM scanned the top million home pages in February 2026, and six failure types account for 96% of everything its tool detected. Two of the six are things an editor produces. Missing alt text turned up on 53.1% of home pages and empty links on 46.3%. A scan counts the defect rather than the author, and a template or a component can emit either one, so treat these as shared and assign them by looking at your own system. A third, low contrast, is shared the moment a CMS lets somebody pick a colour.

The One Thing Everybody Should See

There is a single exception to training by role, and it is worth the whole company's time: watching somebody who uses a screen reader every day try to complete a task on your product.

It converts accessibility from a compliance topic into a person having a hard time, and that conversion is what makes the rest of the training stick. How to arrange it properly, including paying participants, is in testing with disabled users.

Be clear with the room about what the session is and is not, though. It is there to change how people think about the work. It is not evidence about disabled users in general, and W3C's own guidance warns directly against assuming that what one person hit applies to everybody with a similar disability. A team that watches one session and concludes it now knows what disabled users need has learned the wrong lesson from the right experience.

Make It Outlast the Session

Whatever people remember from a session decays. What survives is what is built into the work.

  1. Attach a checklist to the work, in the pull request template or the definition of done. A short list at the moment of doing beats a long session last quarter.
  2. Put an automated check in the pipeline, so the mechanical failures never depend on memory at all. Turn it on with the rules you already pass so the build stays green on day one, then add rules as you fix them, because a check that goes red immediately gets switched off and takes the habit with it. The setup is in accessibility testing in CI.
  3. Name someone. Not a committee. One person who gets asked about it and who sees the failures.
  4. Train new starters as part of onboarding, or the knowledge leaves with the people who had it, one resignation at a time.

What Training Cannot Do

  • It does not produce a conformance claim, and the standard is specific about why. A claim has to name a date, a level, the pages covered and the technologies relied upon, and nothing about a team's knowledge produces any of those. The full shape is in conformance requirements.
  • It does not fix what already shipped. That is remediation, and it needs a list before it needs a lesson.
  • It does not survive a process that rewards shipping fast and never asks about this. If nothing in the workflow checks, the training was a nice afternoon.
  • It does not replace testing with disabled people. W3C's instruction is to combine user involvement with conformance evaluation rather than to substitute either for the other, and no amount of knowing the rules tells you how hard your interface is to actually use.

If You Are Buying It In

Ask the same questions you would ask of an auditor. Who's delivering it, do they test with assistive technology themselves, and will the session use your product or a generic example? A trainer who will not look at your site before the session is selling a talk rather than training.

Be wary of anybody who sells training as producing compliance. It is the same shape of claim a federal regulator has already acted on, when the FTC barred an overlay vendor from representing that its product makes a website WCAG-compliant without the evidence to support it. Training changes what a team builds next. It does not certify anything.

We do not sell training as a product. Our audits include a walkthrough of the findings with the team, which is the version that tends to change behaviour, and accessibility consulting answers the questions that come up afterwards, in writing, one at a time. What neither of those turns into is us doing the work, because we do not sell the building or the fixing at any price.

Common questions

How long should accessibility training be?
Shorter than most people schedule, and more often. An hour aimed at one role, repeated when something changes, beats a full day covering everything once. That is our recommendation rather than a research finding.
Do we need certified trainers?
Certification tells you somebody passed an exam. What matters more is whether they test with assistive technology and whether they will engage with your actual product. A trainer who has sat with the software knows how a page behaves under it, and that is the part you cannot teach from slides.
Should we train everyone or just the technical team?
Include content editors, who are the group most often left out and among the most consequential. Of the six failure types accounting for 96% of everything WebAIM's scan detected across a million home pages in 2026, two are missing alt text and empty links. Both can come from a template, a component or a person typing, so find out which it is in your product before you assign the training. Where it is the person typing, a well-built template ends up publishing inaccessible pages anyway.
Why cannot we just buy better tools instead?
Because each role's core material sits where tooling reaches least. Most of a designer's main concerns have no rule in W3C's ACT collection, and the one that does is measured rather than judged. Focus order, which is most of what makes a keyboard journey sensible, has none either. And on the criterion carrying more rules than any other, seven of the ten that name it test only that a name is not empty rather than whether it means anything.

Sources

Keep reading

More on accessibility and growth

Reading about it is the cheap part.

Find out where your site actually stands. The free scan checks 10 pages in a real browser against all 90 supported automated rules, keeps its 27 best-practice checks separate from WCAG findings, and names the rule behind every finding. The full audit adds an expert review and a real blind screen-reader user. From $499, with the report in 5 business days on Rapid and 10 on Standard, and the clock starting at cleared payment.

Go somewhere useful

Find tools, resources and your workspace.

29 destinations