menubar
Composite widget roleA 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>References