We might want to work on getting cleaner dropdowns for AT. This is what is doumented on the bootstrap-accessibility-plugin
<li class="dropdown">
<a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
<li role="presentation"><a role="menuitem" href="http://twitter.com/fat">Action</a></li>
<li role="presentation"><a role="menuitem" href="http://twitter.com/fat">Another action</a></li>
<li role="presentation"><a role="menuitem" href="http://twitter.com/fat">Something else here</a></li>
<li role="presentation" class="divider"></li>
<li role="presentation"><a role="menuitem" href="http://twitter.com/fat">Separated link</a></li>
</ul>
</li>
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2235489-dropdown-navbar-a11y-v-2.patch | 9.97 KB | sjbassett |
| #1 | 2235489-dropdown-navbar-a11y.patch | 1.27 KB | sjbassett |
Comments
Comment #1
sjbassett commentedAdded a quick patch that might help with our general accessibility until a deeper look at this can be done, would like to see if a "split-button" can be done in BS 3.0 now. It was funky for a while.
Comment #2
sjbassett commentedThis is a big patch but deffinitely goes a long ways in helping describe the menu structure for AT. Still could use review. I think this might be a good step in that direction.
Comment #3
sjbassett commentedcommited
Comment #10
liam morland