Semantics

A presentation of menu that usually remains visible and is usually presented horizontally.

Abstract Role

CompositeRepresents a container for navigating interactive descendants.

Content Category

Flow ContentAn element that structures and organizes the body of a web document.

Allowed Descendants

Specific Guidance

Only menuitem, menuitemcheckbox, and menuitemradio roles allowed.

Usage

Elements that can designate the role in HTML:

  • menu[role=menubar]
  • nav[role=menubar]
  • ol[role=menubar]
  • ul[role=menubar]
  • div[role=menubar]
  • custom-element[role=menubar]