Bootcamp · accessibility posture

If something here is not working for you, that is our bug — not yours.

The Open the Doors bootcamp targets WCAG 2.2 AA conformance. This page tells you what we have shipped, what we are still working on, and the one-line way to report something that is broken for you specifically.

The standard we target

WCAG 2.2 Level AA. The Web Content Accessibility Guidelines are the global reference for accessible web content. AA is the conformance level required by the European Accessibility Act (effective June 2025), most US state procurement rules, and most ADA-related court interpretations.

The site-wide statement at muntin.digital/accessibility.html covers the rest of the suite (tools, sheets, glossary, library). This page covers the bootcamp specifically — the 20 lesson pages, the 18 Workshop Kit widgets, the L14 generator, and the hub.

Where we are by WCAG principle

The four WCAG principles — Perceivable, Operable, Understandable, Robust — and how the bootcamp currently performs against each. Honest, not aspirational.

PrincipleStatusWhat that means here
1. Perceivable AA met Color contrast ≥ 4.5:1 for body, ≥ 3:1 for large text and UI components. Visible focus rings on every interactive element. prefers-reduced-motion honored. prefers-contrast: more honored on this page (rolling out site-wide).
2. Operable AA met Every widget is keyboard-reachable. Skip-link on every lesson page. Tab order is meaningful. No time-limited interactions. No keyboard traps. The drag-rank widget uses up/down buttons + arrow keys, not actual HTML5 drag-and-drop, so it works without a mouse and on touch.
3. Understandable AA — partial Lessons are written at a Flesch-Kincaid reading level of ~10-12 (US grade). WCAG AAA recommends grade 7-8 for inclusive online instruction. A plain-language alternative per lesson is in the audit's roadmap; not shipped yet.
4. Robust AA met Semantic HTML throughout. ARIA used where native semantics fall short, not as a replacement. Live regions are role="status" (polite), not role="alert". Tested in Chromium, Firefox, Safari, and with VoiceOver + NVDA.

Accommodations we have shipped

Keyboard navigation reference

Every bootcamp interaction is keyboard-reachable. Here's what to expect from each widget. If a widget you encounter doesn't match this list, report it — that's a bug.

ActionKeysWhere it works
Skip past the nav to lesson content Tab on page load Every page — the skip-link is first in tab order
Move forward / backward between interactive elements Tab / Shift+Tab Every page
Move between radio-group options (palette-picker, voice-slider, font-pair-picker, course-checkpoint, drag-rank ranking, persona-card-builder traits) Inside any widget with role="radiogroup"
Jump to first / last item in a radio group Home / End font-pair-picker, palette-picker, positioning-plotter
Confirm a selection Enter or Space Every button, every radio option
Adjust a slider in small steps voice-slider, map-radius
Adjust a slider in larger jumps PgUp / PgDn voice-slider, map-radius, positioning-plotter
Reorder a drag-rank item up or down Focus the ▲ or ▼ button, then Enter drag-rank (L2, L5b, L8, L9b, L11b)
Dismiss a celebration card Esc while focus is in the card, or Tab to the × and Enter M1 / M2 / M3 / bootcamp celebrations on lesson pages
Open the Plain Language or Objectives summary Enter or Space on the summary Top of every lesson page
Mark a lesson complete Tab to the button, then Enter End of every lesson page

No bootcamp-specific keyboard shortcuts (no Cmd+S or similar). The reasoning: shortcuts that override browser defaults (autosave, save-as) confuse screen readers and conflict with assistive technology. The standard Tab + Enter + arrow keys cover every interaction in the bootcamp.

What we are still working on

These are the accommodations the bootcamp's instructional-design audit identified as not-yet-shipped. They are tracked in docs/course-instructional-audit.md.

Audio narration (in flight)

Every lesson can ship a 5-8 minute audio narration. The pipeline + manifest are ready (40 lessons × 2 locales = 40 MP3 files declared as pending). Recording is happening operator-side; you will see a "Listen to this lesson" button appear next to the lesson title once a track is rendered. Particularly valuable for blind operators, dyslexic readers, and anyone doing the bootcamp while cooking or driving.

Plain-language alternative per lesson

The lessons today are written at a college reading level. Plain-language versions (target: 7th-8th grade reading, shorter sentences, no metaphors) will land as a <details> block at the top of each lesson, opt-in. Useful for ESL operators, operators with reading-comprehension disorders, and operators who simply want the fast version.

Glossary term-link density

Domain terms like "GBP", "schema markup", "NAP consistency", "CNAME" appear in the lessons; not all of them link to the glossary yet. The Method tenet "One vocabulary, owned" expects every term that matters to be inline-linkable. Rolling out per-lesson.

Touch-device testing pass

The bootcamp works on phones (we test in Chromium devtools), but a real-operator touch-device test with 3-5 operators in their actual kitchens is on the schedule. Findings will land as a punch list on this page.

What we are NOT doing (and why)

Honesty about scope. These are accommodations the bootcamp deliberately does not include — either because they are not in the standard or because they conflict with another constraint we hold higher.

Report something that's not working

One line, any channel.

Tell us what you tried, what you expected, and what happened. Screen-shots and screen-reader logs help. Email is fastest:

accessibility@muntin.digital

We aim to acknowledge within one business day and to fix or to give you a concrete workaround within two weeks. Accessibility regressions get treated as P1 bugs.

Last reviewed

This page: 2026-05-25. Re-audit cadence: every 90 days, or sooner if the bootcamp adds new widgets, new lessons, or new third-party dependencies.

Suite-wide statement: /accessibility.html · Audit doc: docs/course-instructional-audit.md