Доступность интерфейса по стандартам WCAG

★ 8.2 · content

better-accessibility is a Claude Code skill that covers accessibility engineering for product interfaces — from focus states and keyboard navigation to ARIA, forms, screen readers, and touch targets following WCAG principles. It organizes guidance into seven areas: focus and keyboard, semantics and ARIA, forms, screen readers, hit areas, motion and zoom, and a structured review output format with a severity scale. Concrete patterns include roving tabindex for composite widgets, inert-based modal focus trapping, aria-invalid with aria-describedby for form errors, prefers-reduced-motion handling, and minimum 24×24 CSS-pixel targets per WCAG 2.5.8 AA. Use it when building or reviewing UI components, modals, menus, or custom widgets, and when a keyboard or screen-reader bug needs to be diagnosed and fixed.