What problem does it solve? Design teams often ship interfaces that exclude users with disabilities because accessibility is treated as a late compliance checkbox rather than a design discipline, creating legal risk under ADA, EAA, and Section 508. ## Core Features & Use Cases - WCAG 2.2 Design Guidance: Translates the four WCAG principles (Perceivable, Operable, Understandable, Robust) into concrete design decisions covering contrast, keyboard navigation, touch targets, and semantic HTML. - Screen Reader & Keyboard Experience Design: Provides methodology for reading order, landmarks, heading hierarchy, live regions, focus management, and roving tabindex patterns. - Accessibility Testing Methodology: Combines automated tools (axe, Lighthouse, WAVE) with manual keyboard, screen reader, zoom, contrast, and reduced-motion testing, plus a prioritized P0-P3 remediation plan. - Use Case: Before handing off a new checkout flow, run an accessibility audit to verify keyboard operability, screen reader announcements, color contrast ratios, and touch target sizes, then deliver a prioritized remediation plan to engineering. ## Quick Start Audit this checkout flow design for WCAG 2.2 accessibility issues and produce a prioritized remediation plan.