aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/dropdowns.html
AgeCommit message (Collapse)AuthorFilesLines
2014-10-07Change Twitter links to use `https`.XhmikosR1-24/+24
2014-07-25dropdowns.html: Remove wrong "type" attribute.vsn4ik1-1/+1
2014-07-23unfuck those dropdownsMark Otto1-16/+16
2014-07-21Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into ↵fat1-8/+8
mckramer-dropdown-aria Conflicts: docs/_includes/js/dropdowns.html
2014-07-13typosMark Otto1-4/+4
2014-07-12Fixes #14116: Use <button> elements over empty anchorsMark Otto1-10/+32
2014-07-10dropdowns.html: Add role="button" and id="..." to link in example.vsn4ik1-2/+1
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert1-4/+4
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert1-1/+1
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce]
2014-07-07nitpick phrasing of the docs added for #13835Chris Rebert1-2/+2
2014-07-06Fixes #13835: More explicitly document mobile dropdown menu dismissing behaviorMark Otto1-1/+3
2014-07-02Add collapsed default class to navbar-toggleMichael Silber1-1/+1
2014-05-22Add aria-haspopup and aria-expanded attributes to dropdown pluginMax Kramer1-8/+8
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 #13553.
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto1-6/+6
2014-03-16Break up docs into includesMark Otto1-0/+177