carousel-accessibility

Installation
SKILL.md

Make carousels accessible

Auto-playing carousels without controls trap users, cause disorientation, and violate WCAG requirements—proper implementation ensures all users can interact with slideshow content.

Quick Reference

  • Always provide pause/stop controls for auto-rotating carousels
  • Support keyboard navigation with arrow keys and tab
  • Use aria-live regions to announce slide changes
  • Respect prefers-reduced-motion preference

Check

Verify carousels have pause/play controls, keyboard navigation, proper ARIA roles, and respect prefers-reduced-motion.

Fix

Implement carousels with pause buttons, arrow key navigation, aria-live for announcements, and motion preference support.

Installs
7
GitHub Stars
73.9K
First Seen
Jul 31, 2026
carousel-accessibility — thedaviddias/front-end-checklist