Reflow & Zoom Accessibility Test

Demonstrating compliant and non-compliant behaviors.

Welcome to Our Accessibility Demo

This section uses responsive design principles to adapt to various screen sizes and zoom levels.

Motion & Unexpected Changes – Accessibility in Action

This demo showcases bad vs good practices around motion, focus, and dynamic content per WCAG 2.1:

❌ Auto-Scrolling Banner

πŸš€ This banner moves on its own β€” no pause, no warning. Users may lose focus.

Bad: No controls or reduced motion support.

βœ… Manual Carousel with Pause & Announcement

🧭 Manual Slide 1

Good: User-triggered animation, with screen reader updates and motion control.

❌ Auto-Focused Input

Bad: Moves user focus without consent after load.

βœ… Respect Focus Flow

Good: Does not override user focus path.

❌ Injected Notification (No ARIA)

Bad: Content appears without assistive tech announcement.

βœ… Injected with aria-live

Good: Screen reader users are notified politely.

❌ Hover-Only Tooltip

Bad: Keyboard users can't reach tooltip.

βœ… Tooltip Accessible to Keyboard

❌ Timed Modal (Unexpected)

A modal will appear automatically 5 seconds after page load without warning or user request.