Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menu and Menubar Pattern: Add Labeling Guidance
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.
- Loading branch information