Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

menubar

Composite widget role

A persistent, usually horizontal menu of commands, like the menu bar of a desktop application. It contains menuitems and submenus and is navigated with the arrow keys per the APG pattern. Unlike a popup menu it stays visible rather than opening from a button.

Used on
A persistent, usually horizontal, bar of menu commands.
Accessible name
Recommended, via aria-labelledby or aria-label.
Example
role="menubar"
<div role="menubar" aria-label="Main">…</div>