- 19 Jun, 2015 3 commits
-
-
vsn4ik authored
-
Mark Otto authored
Re-order popover elements in docs
-
Kevin Kirsche authored
X-Ref #13969
-
- 18 Jun, 2015 7 commits
-
-
Mark Otto authored
Include CSS Source Map for bootstrap.min.css
-
Mark Otto authored
- Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong
-
Mark Otto authored
Removes border around <select> caret in IE10+
-
Mark Otto authored
-
Mark Otto authored
Clarify that <fieldset> only uses the disabled attribute
-
Mark Otto authored
Adds @dl-horizontal-breakpoint
-
Mark Otto authored
Fixed .input-group-addon border-radius
-
- 17 Jun, 2015 1 commit
-
-
Mark Otto authored
Fix hover border covering active in pagination
-
- 16 Jun, 2015 6 commits
-
-
Kevin Kirsche authored
Fix #16646
-
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 3 commits
-
-
Patrick H. Lauke authored
Add role="document" to modal dialog content
-
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
-
- 10 Jun, 2015 2 commits
-
-
Chris Rebert authored
Fix asymmetry between dropup and dropdown carets.
-
Simon Pai authored
-
- 08 Jun, 2015 2 commits
-
-
Mark Otto authored
Add Slack link to `CONTRIBUTING.md`
-
Kevin Kirsche authored
Closes #16599 by merging a tweaked version of it.
-
- 05 Jun, 2015 2 commits
-
-
Zlatan Vasović authored
-
Kevin Kirsche authored
X-Ref #16583
-
- 03 Jun, 2015 2 commits
-
-
Mark Otto authored
Include Slack in CONTRIBUTING.md's list of places to get help
-
Kevin Kirsche authored
As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.
-
- 02 Jun, 2015 2 commits
-
-
Patrick H. Lauke authored
generalize dropdowns / drop role="menu"
-
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 8 commits
-
-
Chris Rebert authored
Fixed typo in hide-text.less [skip sauce] [skip validator]
-
Justin Cron authored
-
Mark Otto authored
change korean translation site url
-
yang authored
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
-
- 31 May, 2015 1 commit
-
-
Mark Otto authored
ScrollSpy requires non-body elements to have height and overflow…
-