Skip to content
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

For Navigation Menubar Example, aria-expanded should go on menu, not menuitem #630

Closed
robfentress opened this issue Apr 4, 2018 · 1 comment

Comments

@robfentress
Copy link
Contributor

I think there is a problem with the technique demonstrated on your Navigation Menubar Example page. Based on the WAI-ARIA 1.1 and 1.0 Recommendations, menuitem is not a role that uses the aria-expanded state. The SVG of the RDF model makes clear, visually, what roles are supported. From my reading, aria-expanded should actually go on the menu that is being controlled itself, as that supports aria-expanded through inheritance from the section role.

@jnurthen
Copy link
Member

jnurthen commented Apr 4, 2018

This is due to an issue in ARIA 1.1 and is resolved by w3c/aria#454 in ARIA 1.2

@jnurthen jnurthen closed this as completed Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants