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

Dropdown plugin should have aria-expanded and aria-haspopup in docs and plugin #13553

Closed
bassettsj opened this issue May 9, 2014 · 1 comment
Labels

Comments

@bassettsj
Copy link
Contributor

Bootstrap should let assistive technology know that a dropdown toggle has a popup menu ( the dropdown menu ) and should dynamically change the aria-expanded state to true or false.

Refernece: paypal/bootstrap-accessibility-plugin readme file

@cvrebert cvrebert added the js label May 9, 2014
mckramer added a commit to mckramer/bootstrap that referenced this issue May 22, 2014
1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs
2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown

Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See twbs#13553.
@hnrch02
Copy link
Collaborator

hnrch02 commented Sep 10, 2014

This was added by #14208.

@hnrch02 hnrch02 closed this as completed Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants