Menubar Examples: Consider making parent menubar menuitems from <button>
elements instead of <a>
elements.
#532
Labels
enhancement
Any addition or improvement that doesn't fix a code bug or prose inaccuracy
Example Page
Related to a page containing an example implementation of a pattern
@michaelwayneharris87, made a comment in issue 410
that suggests the code would be more clear and semantically correct if the parent menuitems were made from
<button>
elements rather than<a href="#">
elements. The parent menuitems are not links and should not have, for example, a link context menu with link-related actions.Related to issue #408.
The text was updated successfully, but these errors were encountered: