| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-11 | Slightly expand accessible modals callout | Patrick H. Lauke | 1 | -1/+1 | |
| to include a note about `role="document"` | |||||
| 2015-06-11 | Add role="document" to modal itself | Patrick H. Lauke | 1 | -6/+6 | |
| 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 | |||||
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 3 | -47/+47 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 3 | -47/+47 | |
| 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) | |||||
| 2015-05-30 | Merge pull request #16484 from kkirsche/patch-13 | Mark Otto | 1 | -1/+1 | |
| ScrollSpy requires non-body elements to have height and overflow… | |||||
| 2015-05-30 | [Close #16441] ScrollSpy requires non-body elements to have height and padding | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16441] ScrollSpy requires non-body elements to have height and padding | |||||
| 2015-05-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 2 | -7/+7 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-05-18 | Clarify the bs-callout on multiple open modals | Kevin Kirsche | 1 | -1/+1 | |
| [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. | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 2015-05-06 | Closes #16249: Doc that nested tabs are not supported | Julian Thilo | 1 | -1/+1 | |
| 2015-05-05 | Document that $(...).button('reset') is async. | Chris Rebert | 1 | -1/+1 | |
| Closes #16362. [skip sauce] | |||||
| 2015-05-05 | Mark stateful button feature as deprecated | Chris Rebert | 1 | -0/+1 | |
| Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce] | |||||
| 2015-05-04 | Merge pull request #16409 from twbs/fix-16361 | Chris Rebert | 1 | -0/+13 | |
| Document Affix plugin's `checkPosition` method | |||||
| 2015-05-02 | Document that 'manual' is mutually exclusive of other tooltip/popover triggers | Chris Rebert | 2 | -2/+2 | |
| Closes #16122 [skip sauce] | |||||
| 2015-05-02 | Document Affix plugin's `checkPosition` method | Chris Rebert | 1 | -0/+13 | |
| Fixes #16361 Refs #16356 [skip sauce] | |||||
| 2015-04-21 | Allow viewport option to be a function | Adrien Siami | 2 | -2/+4 | |
| Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion. | |||||
| 2015-04-21 | Merge pull request #16147 from Johann-S/event_inserted | Chris Rebert | 2 | -0/+8 | |
| Fixes #16124. | |||||
| 2015-04-14 | affix plugin does not work within a pulled/pushed column | Joshua Tauberer | 1 | -0/+1 | |
| This documents the limitation discussed in https://github.com/twbs/bootstrap/issues/12126: > When using column reordering and using the affix-plugin on an element positioned with push, the affix plugin doesn't work correctly - the element affected by the affix plugin is positioned to the left even when the element is in a column positioned on the right. Seems to affect Safari (tested in version 8) only. That issue has (unfortunately) been closed, so this at least documents the behavior. | |||||
| 2015-04-08 | Add event after template inserted | Johann-S | 2 | -0/+8 | |
| 2015-04-07 | Carousel docs: fix typo in holder.js color | Chris Rebert | 1 | -1/+1 | |
| 2015-04-01 | indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵ | fyquah95 | 1 | -36/+36 | |
| spaces | |||||
| 2015-03-27 | Remove wrong role="tabpanel" from parent container | Patrick H. Lauke | 1 | -2/+2 | |
| As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554 | |||||
| 2015-03-25 | Merge pull request #16158 from twbs/fix-16020 | Chris Rebert | 1 | -12/+12 | |
| remove redundant aria-hidden usage from Modals | |||||
| 2015-03-25 | Merge pull request #16157 from twbs/fix-16069 | Chris Rebert | 1 | -0/+7 | |
| Document how to disable transitions in jQuery plugins | |||||
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 1 | -12/+12 | |
| 2015-03-25 | Document how to disable transitions in jQuery plugins; fixes #16069 | Chris Rebert | 1 | -0/+7 | |
| [skip sauce] | |||||
| 2015-03-25 | Properly document $(...).tab('show') method; fixes #16115 | Chris Rebert | 1 | -21/+4 | |
| [skip sauce] | |||||
| 2015-03-25 | docs: #myTab => #myTabs, to slightly increase clarity | Chris Rebert | 1 | -8/+8 | |
| 2015-03-24 | add missing <code> within docs heading for `.modal('handleUpdate')` | Chris Rebert | 1 | -1/+1 | |
| 2015-03-24 | Merge pull request #15987 from twbs/fix-15972 | Chris Rebert | 1 | -9/+9 | |
| add role="button" to a[data-toggle="collapse"] | |||||
| 2015-03-23 | Move all tooltip callouts into appropriate section | Patrick H. Lauke | 1 | -20/+22 | |
| Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup | |||||
| 2015-03-23 | Callout for tooltips and keyboard/AT accessibility | Patrick H. Lauke | 1 | -0/+4 | |
| Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134 | |||||
| 2015-03-16 | Clarify that role="button" is required for dismiss-on-next-click popovers | Chris Rebert | 1 | -1/+1 | |
| Refs #15947 | |||||
| 2015-03-03 | add role="button" to a[data-toggle="collapse"]; fixes #15972 | Chris Rebert | 1 | -9/+9 | |
| 2015-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 10 | -33/+33 | |
| Closes #15915 by merging it. | |||||
| 2015-03-03 | Properly document Modal#handleUpdate | Heinrich Fenkart | 1 | -3/+5 | |
| 2015-03-01 | Replace accidently removed text | Kevin Kirsche | 2 | -2/+2 | |
| X-Ref #15742 cc: @mdo | |||||
| 2015-02-24 | Merge pull request #15914 from StevenBlack/docs.js.headings | Mark Otto | 2 | -9/+9 | |
| docs > js > headings | |||||
| 2015-02-25 | Document how to properly handle modals with dynamic content height | Kevin Kirsche | 1 | -0/+3 | |
| Fixes #15106. Closes #15910. | |||||
| 2015-02-24 | Accessibility changes to headings (transitions.html) | Steven Black | 1 | -2/+2 | |
| 2015-02-24 | Accessibility changes to headings (overview.html) | Steven Black | 1 | -7/+7 | |
| 2015-02-24 | [Docs—Fixes #15882]Use an ID as the example for Scrollspy | Kevin Kirsche | 1 | -3/+3 | |
| Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav. | |||||
| 2015-02-19 | Fix #15712: Add example of how to use grid system within a modal | Kevin Kirsche | 1 | -0/+96 | |
| Closes #15725 by merging a tweaked version of it. | |||||
| 2015-02-19 | Affix docs: add MDN link for `position: sticky` | Chris Rebert | 1 | -1/+1 | |
| 2015-02-19 | Merge pull request #15773 from kkirsche/patch-16 | Chris Rebert | 1 | -2/+2 | |
| Fix #15766: Clarify Affix plugin docs | |||||
| 2015-02-19 | [Fixes #15766] Need Clearer Affix plugin documentation | Kevin Kirsche | 1 | -2/+2 | |
| [Fixes #15766] Need Clearer Affix plugin documentation Remove trailing whitespace Update the documentation | |||||
| 2015-02-12 | fix indentation of highlighted code in Modal docs | Chris Rebert | 1 | -5/+5 | |
| 2015-02-06 | Update Twitter handle: @twbootstrap => @getbootstrap | Chris Rebert | 1 | -2/+2 | |
| Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo | |||||
| 2015-02-03 | [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation ↵ | Kevin Kirsche | 2 | -2/+2 | |
| case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers | |||||
| 2015-02-03 | Merge pull request #15740 from twbs/carousel-events-target | Chris Rebert | 1 | -0/+1 | |
| Clarify target of carousel events | |||||
