- 18 Jul, 2015 4 commits
-
-
- 17 Jul, 2015 1 commit
-
-
Mark Otto authored
-
- 13 Jul, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 09 Jul, 2015 1 commit
-
-
Patrick H. Lauke authored
Also, include visible <label> as a suggestion in the accessibility callout.
-
- 07 Jul, 2015 1 commit
-
-
adammacias authored
Closes #16773 by merging a tweaked version of it. [skip sauce]
-
- 04 Jul, 2015 1 commit
-
-
Matt Kantor authored
They're no longer on Folsom St.
-
- 03 Jul, 2015 1 commit
-
-
Kevin Kirsche authored
Fix #16755
-
- 01 Jul, 2015 3 commits
-
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
[skip sauce]
-
- 25 Jun, 2015 1 commit
-
-
Chris Rebert authored
Per https://github.com/twbs/bootstrap/issues/16671#issuecomment-115161001 Refs #16689 [skip sauce]
-
- 23 Jun, 2015 2 commits
-
-
Chris Rebert authored
Closes #15968. [skip sauce]
-
Chris Rebert authored
Closes #16671 [skip sauce]
-
- 19 Jun, 2015 2 commits
-
-
vsn4ik authored
-
Kevin Kirsche authored
X-Ref #13969
-
- 18 Jun, 2015 1 commit
-
-
Mark Otto authored
-
- 16 Jun, 2015 5 commits
-
-
Julian Thilo authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
- 15 Jun, 2015 1 commit
-
-
Kevin Kirsche authored
Fix #16632
-
- 11 Jun, 2015 2 commits
-
-
Patrick H. Lauke authored
to include a note about `role="document"`
-
Patrick H. Lauke authored
Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys
-
- 08 Jun, 2015 1 commit
-
-
Kevin Kirsche authored
Closes #16599 by merging a tweaked version of it.
-
- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
-
- 01 Jun, 2015 3 commits
- 30 May, 2015 3 commits
-
-
Kevin Kirsche authored
[Close #16441] ScrollSpy requires non-body elements to have height and padding
-
Timothy Gu authored
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
-
Dan Kaplun authored
-
- 29 May, 2015 1 commit
-
-
- 26 May, 2015 1 commit
-
-
Morton Fox authored
-
- 23 May, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 22 May, 2015 1 commit
-
-
Mike Taylor authored
Closes #15016.
-
- 18 May, 2015 1 commit
-
-
Kevin Kirsche authored
[Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
-