menuitem
A presentation of menu that usually remains visible and is usually presented horizontally
Widget roles act as standalone user interface widgets or as part of larger, composite widgets.
Description
An option in a set of choices contained by a menu or menubar.
Authors MAY disable a menu item with the aria-disabled attribute. If the menu item has its aria-haspopup attribute set to true, it indicates that the menu item may be used to launch a sub-level menu, and authors SHOULD display a new sub-level menu when the menu item is activated.
Authors MUST ensure that menu items are owned by an element with role menu or menubar in order to identify that they are related widgets. Authors MAY separate menu items into sets by use of a separator or an element with an equivalent role from the native markup language.
Example
Characteristics
Semantic HTML
Reference