Video script β TheAccessibleWeb walkthrough
- Product: TheAccessibleWeb β https://remediate.theaccessible.org
- Goal: show a page get remediated β from a URL and via a TheAccessibleAudit hand-off β and reviewed in the diff editor before shipping.
- Length: ~90 seconds
- Audience: developers and accessibility leads who need to fix WCAG issues on real pages, not just find them.
- Embeds on:
html/getting-started
Read the accessibility requirements. Remediate a synthetic demo page, not a real customer URL. TheAccessibleWeb is the fix step after a TheAccessibleAudit scan β keep that framing.
Shot list
| # | Dur | Visual / on-screen action | Voiceover | On-screen text |
|---|---|---|---|---|
| 1 | 0:00β0:09 | An audit results list full of violations; a βNow what?β caption. | βFinding accessibility problems is step one. TheAccessibleWeb is step two β it fixes them, and shows you every change before you ship.β | Find β Fix |
| 2 | 0:09β0:22 | Sign-in; a page URL is entered, WCAG level set to AA, Scan clicked; the job appears in the Jobs list. | βStart from a URL and pick WCAG level A or AA. The page is rendered in a real browser β desktop, mobile, and dark mode β audited, and remediated.β | URL Β· Level AA Β· Real browser |
| 3 | 0:22β0:32 | The other way in: an audit resultβs βStart guided verification / Fix Wizardβ button hands off (same sign-in). | βOr arrive straight from a TheAccessibleAudit scan β Start guided verification reuses the results here, no re-scan.β | Audit hand-off Β· No re-scan |
| 4 | 0:32β0:46 | The fix wizard groups violations critical β serious β moderate; a copy-ready fix and AI-suggested alt text are shown; an item is marked done. | βThe wizard groups issues by severity, gives copy-ready fixes and AI-suggested content like alt text, and lets you check each one off.β | Severity groups Β· Copy-ready fixes Β· AI alt text |
| 5 | 0:46β1:00 | The editor: Visual/Code toggle, device variants; the header shows remaining vs fixed; clicking a violation highlights it in the page. | βOpen the editor to see the diff. Switch between visual and code, watch the remaining-versus-fixed count, and click any violation to highlight it in the page.β | Visual / Code Β· Remaining vs fixed |
| 6 | 1:00β1:12 | The Walkthrough steps through issues one by one; an inline Edit is made and the page re-validates on exit. | βStep through issues one at a time, make an inline tweak, and it re-validates the moment you leave edit mode.β | Walkthrough Β· Re-validate on save |
| 7 | 1:12β1:24 | Assets: remediated HTML + conformance report download; a βPunch Listβ with Dev-Required items. | βDownload the remediated HTML and a conformance report as proof. Anything that needs a developer β like landmarks or skip links β goes on a punch list.β | Remediated HTML Β· Report Β· Punch list |
| 8 | 1:24β1:30 | End card: logo, βThe fix stepβ, URL. | βDonβt just audit it β fix it.β | TheAccessibleWeb Β· remediate.theaccessible.org |
Voiceover transcript
Finding accessibility problems is step one. TheAccessibleWeb is step two β it fixes them, and shows you every change before you ship.
Start from a URL and pick WCAG level A or AA. The page is rendered in a real browser β desktop, mobile, and dark mode β audited, and remediated.
Or arrive straight from a TheAccessibleAudit scan β Start guided verification reuses the results here, no re-scan.
The wizard groups issues by severity, gives copy-ready fixes and AI-suggested content like alt text, and lets you check each one off.
Open the editor to see the diff. Switch between visual and code, watch the remaining-versus-fixed count, and click any violation to highlight it in the page.
Step through issues one at a time, make an inline tweak, and it re-validates the moment you leave edit mode.
Download the remediated HTML and a conformance report as proof. Anything that needs a developer β like landmarks or skip links β goes on a punch list.
Donβt just audit it β fix it.
Accuracy notes
- Positioned as the fix step after TheAccessibleAudit (not a separate product
line). Two entries: a URL scan and the audit hand-off / Fix Wizard at
/audit/wizard/?id=β¦(reuses the audit result, no re-scan). - Scan renders in a real browser (desktop, mobile, dark), audited with axe-core.
- Fix wizard groups violations critical β serious β moderate; offers copy-ready instructions + AI-suggested content (alt text, link text); Re-scan to verify.
- Editor: Visual/Code + device variants, remaining-vs-fixed header, Walkthrough, Alt Text. Dev Required items (landmarks, skip links) β Punch List, not fixed inline. Assets: remediated HTML, original, conformance report, checklist.