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>

Comments

sjbassett’s picture

StatusFileSize
new1.27 KB

Added 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.

sjbassett’s picture

Assigned: Unassigned » sjbassett
Status: Active » Needs review
StatusFileSize
new9.97 KB

This 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.

sjbassett’s picture

Status: Needs review » Fixed

commited

  • Commit 5e0dc2f on 7.x-3.x by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 5e0dc2f on 7.x-3.x, fake-new-branch by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    

  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    

  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    

  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x, icons, kalatheme-dropdown-class by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    
  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x, icons, kalatheme-dropdown-class by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    
liam morland’s picture

Issue tags: -a11y +Accessibility

  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x, icons, kalatheme-dropdown-class, master by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    

  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x, kalatheme-dropdown-class, master, casperjs, views-plugin-simplification by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.
    
  • Commit 5e0dc2f on 7.x-3.x, 7.x-4.x, kalatheme-dropdown-class, master, casperjs, views-plugin-simplification by sjbassett:
    Issue #2235489 by sjbassett: Better navbar dropdowns for a11y.