-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should The menu and menubar design pattern caution authors not to use the pattern for site navigation menus? #13
Comments
From @StommePoes on December 7, 2015 15:58 +1, developers call all sorts of things menus, the specs need to be clear what role="menu" means. I have seen in two sites unusable role="menu" navigation mega-menus. |
Link to working draft: http://www.w3.org/TR/wai-aria-practices-1.1/#menu Current description:
This also came up during last weeks (?) APG call. |
From @StommePoes on December 7, 2015 16:48 That first paragraph can be thought of in terms of navigation menus, as links count as choices in many's minds. Menubar, same thing, except where it says similar to those found in OSes. An explicit "not meant for typical website navigation" is the right direction and possibly adding "typical desktop application menus offering options as File, View, Edit..." will help developers think of the kinds of menus these roles are meant for. |
Maybe something like:
|
@StommePoes some changes have been pushed today: w3c/aria@cb19e22...e199d95 |
From @jasonkiss on December 9, 2015 1:38
If the inaccessibility of menubar is the result of poor implementation by browsers and/or AT, then bugs should be filed with them. And any advice to not use menubar should be clear that it is temporary and/or in place because of the lack of existing support. |
From @StommePoes on December 10, 2015 11:59 I think the problem comes in where traditional navigation menus have been a thing since forever and have at least been basically navigable in the past (pre-aria), but now with these added, vaguely-supported new roles can turn these nav menus into almost-entirely-unusable nav menus. Nav menus meaning, nested links with anchors in them, mega menus, etc. Where no form controls are present. My understanding of the menu(item) roles is they are not meant for navigation menus, but application menus. I see this issue as saying "make it super-captain-obvious clear to devs looking to do the right thing to leave navigation menus alone and NOT implement these "menu/menuitem" roles for them," rather than "don't use menu roles evar." Whereas if vague half-butted support for menu(item) roles causes issues for actual command-menus, this is similar to support issues with other things like drag and drop not passing on keystrokes when lisitem/treeitem roles are used, and that's a separate, per-vendor issue as you say. |
We will revisit this issue after the reference implementations of menubar are complete so that the discussion can be had based on a known, good implementation. Nonetheless, the content of a menubar does not change its effectiveness or utility. And, it may very well be an excellent choice for site navigation if a site uses the menubar/menu type of interaction model for its primary navigation. |
@StommePoes, @detlevhfischer, @jasonkiss, In its December 14 heartbeat publication, The Authoring Practices Task Force has updated the menu and menubar pattern. The pattern includes functioning examples of a command menubar as well as a navigation menubar. Like other Authoring Practices design patterns, The intent of the pattern is to facilitate correct application of the relevant roles, states, and properties as well as good quality support by assistive technologies. After reviewing the examples,the task force believes they accomplish these ends and welcomes your feedback. |
From @detlevhfischer on November 4, 2015 16:5
Using role=menubar for navigation sections leads to badly accessible or inaccessible navigation menus in several combinations of browser / screenreader (in a recent test, problems occured in JAWS / IE, NVDA/FF, iOS/VoiceOver.
Authors should be strongly advised to use menubar / menu consatructs ONLY for application-type content mimicking desktop menus. We havehad cases where developers followed ARIA best practice in good faith and made their navigation inaccessible for SR users as a consequence.
Copied from original issue: w3c/aria#102
The text was updated successfully, but these errors were encountered: