You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To resolve issue #462, Added the following bullets to
roles, states, and properties subsection of the menu and menubar pattern in aria-practices.html.
> * If a menubar has a visible label, the element with role menubar has aria-labelledby set to a value that refers to the labeling element. Otherwise, the menubar element has a label provided by aria-label.
> * An element with role menu either has:
> * aria-labelledby set to a value that refers to the menuitem or button that controls its display.
> * A label provided by aria-label.
The menu and menubar pattern
does not include any labeling guidance in the roles, states, and properties.
The text was updated successfully, but these errors were encountered: