-
Notifications
You must be signed in to change notification settings - Fork 360
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
Develop navigation menubar example that overloads parent menuitems with a navigationn target #159
Comments
@a11ydoer |
@jongund |
@a11ydoer |
I think it would be good if there is a way to mark a menu item with a submenu so that it can be identified whether it can only be activated to open a submenu or whether a function can be triggered in addition to opening the submenu (e.g. a page opened). Even if this is often not visually obvious, it would be good if this could be perceived with AT. |
I don't think we should do this. I think that #1614 shows a better way to do this. |
Note 4 in the keyboard section of the
menu design pattern
reads:
That is, parent menu items, especially those in a menubar, can be overloaded to both execute a link and open a submenu.
Per discussion in the
November 14, 2016 authoring practices task force meeting, @accdc raised this as an important pattern as did @terrill in his
comment on issue 145.
The conclusion was that we should have an example that demonstrates this menuitem overloading practice because it is so common on the web and failing to provide an example will lead people to invent their own ways that may not be accessible.
The proposal is to have example 2 of the navigation menu examples
demonstrate this behavior. Specifically:
The text was updated successfully, but these errors were encountered: