What problem does it solve? Web applications often fail for assistive technology users because developers cannot verify how screen readers announce content, forms, and dynamic updates. This Skill provides structured testing procedures, keyboard command references, and checklists to validate screen reader compatibility across major platforms. ## Core Features & Use Cases - Multi-Platform Testing Guides: Covers VoiceOver (macOS/iOS), NVDA, JAWS, Narrator (Windows), and TalkBack (Android) with essential commands and setup steps. - ARIA Pattern Validation: Provides accessible markup and JavaScript for modals, live regions, tab interfaces, and focus management. - Use Case: After building a checkout form, run the NVDA test script to verify labels are announced, errors trigger alerts, and focus moves correctly to invalid fields before release. ## Quick Start Ask the assistant to walk you through testing your page's form validation and modal dialogs with NVDA or VoiceOver using the provided checklists.