group
Document structure roleA set of related interface elements treated as a unit but not significant enough to be a landmark. It's used to associate controls — like the radios in a radiogroup or a cluster of related fields — and can carry an accessible name. Assistive technologies may announce entering and leaving the group.
Used on
A set of related UI elements not meant to be a landmark.
Accessible name
Recommended, via aria-labelledby or aria-label.
Used by components
Example
role="group"
<div role="group" aria-label="Zoom controls">…</div>References