Accessible Expand/Collapse Widget Demo

Expand/Collapse Widget

The following examples demonstrate accessible disclosure (expand/collapse) widgets. Each uses a <button> element with aria-expanded to indicate the current state and aria-controls to associate the button with the content it controls.

Examples