What problem does it solve? Client-rendered interfaces that update without a full page load often leave screen reader users unaware of changes, causing confusion and broken task flows. This Skill provides rules and a checklist to make dynamic UI updates perceivable and operable for all users. ## Core Features & Use Cases - Live Region Guidance: Defines when to use ARIA live regions for status messages, loading, empty, error, and success states without moving focus. - Focus Management Rules: Specifies when focus should move to improve task flow and orientation after dynamic updates. - Semantic Data Views: Covers table semantics, sort state, pagination position, result counts, and progress indicators. - Use Case: When building a product listing page with client-side filters and pagination, apply this Skill to announce result counts, expose the current page, and communicate sort order to assistive technologies. ## Quick Start Review my client-rendered search results page and produce an accessibility plan covering live regions, focus strategy, and table semantics.