Expand/Collapse Widget

Demonstrations of accessible disclosure (expand/collapse) patterns using a button with aria-expanded and aria-controls.

Simple Expand/Collapse

What is web accessibility?

System requirements

Initially expanded section

This section is expanded by default to demonstrate an initially visible disclosure widget. Users can collapse it by activating the button above.

This pattern is useful when content should be visible on page load but can be hidden to reduce visual clutter when not needed.

Accordion Pattern

Frequently Asked Questions