Workflows

The Vetting Workflow (Procurement)

The Documentation Audit

Review the vendor’s VPAT (Accessibility Conformance Report). If it claims “100% Support” without detailed remarks, treat it as a red flag.

The Automated Smoke Test

Run a diagnostic scan on the vendor’s live demo. If basic contrast or HTML structure fails here, the component is likely brittle.

The Manual Stress Test

Use the wA11y Vetting Guide to test keyboard traps and screen reader announcements.

The Handoff Workflow (Design to Dev)

Focus Order Mapping

Use annotations to show exactly how a keyboard user should move through the page.

ARIA Intent

Don’t just design a “dropdown”—document the expected aria-expanded and aria-controls behavior.

The State Matrix

Always provide mocks for Focus, Hover, Active, and Disabled states to avoid “default” browser overrides that might fail contrast.

The QA & Defect Workflow

The 30/70 Rule

Use automated tools (like Axe) to catch the “low-hanging fruit” (30%), then dedicate your time to manual testing (70%) to verify logic and usability.

Standardized Bug Reports

Use the wA11y Bug Templates to ensure every ticket includes a WCAG reference and clear reproduction steps.

The “Release Gate” Logic

Define clear severity levels. If a defect prevents a user from completing a core task (a “Blocker”), the feature does not ship.

The Maturity Workflow (Strategy)

Assessment

Run a quarterly audit using the wA11y Maturity Spreadsheet.

Gap Analysis

Identify the weakest dimension (e.g., Procurement or Communications).

Action Plan

Use the toolbox assets to fill those specific gaps.