| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 6 | -137/+137 | |
| 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-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 6 | -36/+36 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-05-17 | Add missing type="button" attrs to <button>s in list-group docs | Chris Rebert | 1 | -10/+10 | |
| Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce] | |||||
| 2015-04-28 | Adds documentation for buttons in link groups | Zac Echola | 1 | -0/+21 | |
| Mostly a duplication of the *Linked items* section, but for buttons. Includes a note not to use the standard btn classes. | |||||
| 2015-04-25 | DOCS: Separation of .dropdown and .dropup. | vsn4ik | 1 | -13/+19 | |
| 2015-03-24 | Add aria-expanded to navbar toggles | Patrick H. Lauke | 1 | -10/+10 | |
| 2015-03-13 | Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-02-24 | Merge pull request #15887 from StevenBlack/headings-labels | Mark Otto | 1 | -2/+2 | |
| docs>components>labels headings | |||||
| 2015-02-24 | Merge pull request #15889 from StevenBlack/headings-progressbars | Mark Otto | 1 | -6/+6 | |
| docs>components>progress bars headings | |||||
| 2015-02-24 | Merge pull request #15891 from StevenBlack/headings-listgroup-panel-well | Mark Otto | 3 | -14/+14 | |
| docs>components>(remaining components) headings | |||||
| 2015-02-24 | Merge pull request #15890 from StevenBlack/headings-media | Mark Otto | 1 | -3/+3 | |
| docs>components>media object headings | |||||
| 2015-02-24 | Merge pull request #15888 from StevenBlack/headings-thumbnails | Mark Otto | 1 | -2/+2 | |
| docs>components>thumbnails headings | |||||
| 2015-02-24 | Merge pull request #15886 from StevenBlack/headings-buttondropdowns | Mark Otto | 1 | -4/+4 | |
| docs>components>button-dropdowns headings | |||||
| 2015-02-24 | Merge pull request #15885 from StevenBlack/headings-buttongroups | Mark Otto | 1 | -6/+6 | |
| docs>components>button-groups headings | |||||
| 2015-02-23 | docs>components>(remainder) headings | Steven Black | 3 | -14/+14 | |
| 2015-02-23 | docs>components>media object headings | Steven Black | 1 | -3/+3 | |
| 2015-02-23 | docs>components>progress bars headings | Steven Black | 1 | -6/+6 | |
| 2015-02-23 | docs>components>thumbnails headings | Steven Black | 1 | -2/+2 | |
| 2015-02-23 | Normalized the heading hierarchy in the documentation for the Labels component. | Steven Black | 1 | -2/+2 | |
| 2015-02-23 | Normalized the heading hierarchy in the documentation for the Button ↵ | Steven Black | 1 | -4/+4 | |
| dropdowns component. | |||||
| 2015-02-23 | docs>components>button-groups headings | Steven Black | 1 | -6/+6 | |
| Normalized the heading hierarchy in the documentation for the Button groups component. | |||||
| 2015-02-23 | Docs>Components>Dropdowns headings | Steven Black | 1 | -5/+5 | |
| Normalized the heading hierarchy in the documentation for the Dropdowns component. | |||||
| 2015-02-19 | Dropdown docs: Tweak .dropup copy | Chris Rebert | 1 | -1/+1 | |
| 2015-02-19 | Merge pull request #15662 from kkirsche/patch-5 | Chris Rebert | 1 | -7/+30 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs | |||||
| 2015-02-10 | Remove separate area for dropup's | Kevin Kirsche | 1 | -19/+12 | |
| Condense the dropup example | |||||
| 2015-01-29 | Fix #15688 | Chris Rebert | 1 | -1/+1 | |
| Stability > Precision | |||||
| 2015-01-28 | Update per @vsn4ik's requests | Kevin Kirsche | 1 | -3/+2 | |
| data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists. Remove whitespace after h3. Variation not need capitalize. | |||||
| 2015-01-27 | Complete @vsn4ik's requests | Kevin Kirsche | 1 | -2/+1 | |
| * Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value; | |||||
| 2015-01-23 | Fix issue #15597 — Mention dropup variation in dropdown docs | Kevin Kirsche | 1 | -6/+38 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic... | |||||
| 2015-01-21 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+0 | |
| 2015-01-21 | Merge pull request #15299 from SpectrumPixel/patch-2 | Mark Otto | 1 | -1/+0 | |
| Remove "Separated link" in example where it's not | |||||
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 2 | -2/+2 | |
| 2015-01-08 | add pointer to Masonry in the thumbnail docs | Chris Rebert | 1 | -0/+1 | |
| 2014-12-22 | Remove holder.js references from syntax-highlighted example HTML | Chris Rebert | 1 | -2/+2 | |
| Our use of Holder.js in the docs is a mere implementation detail. Don't want to confuse people into thinking Holder.js is somehow required by the Thumbnail component. [skip sauce] | |||||
| 2014-12-12 | 200 to 260 glyphicons in the doc | Bastien | 1 | -1/+1 | |
| 2014-12-10 | Fix/merge advice on low percentage progress bars | Patrick H. Lauke | 1 | -8/+6 | |
| - actually add the ``min-width`` extra style (and use ``em`` rather than ``px``) to the 0% and 2% example - remove the unnecessarily redundant sentence in the "With labels" section - remove the unnecessary heading/section specifically for low percentage case, make it flow naturally as part of the "With labels" section | |||||
| 2014-12-08 | Make main segmented button keyboard-focusable | Patrick H. Lauke | 1 | -2/+2 | |
| unless there's a reason why ``tabindex="-1"`` was dropped in there... | |||||
| 2014-12-08 | Use aria-label for pagination prev/next | Patrick H. Lauke | 1 | -18/+13 | |
| Cleaner alternative to using ``<span class="sr-only">`` | |||||
| 2014-12-08 | Callout for labelling of input groups | Patrick H. Lauke | 1 | -43/+47 | |
| plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important) | |||||
| 2014-12-08 | Add missing to | Bas Bosman | 1 | -1/+1 | |
| 2014-12-07 | fixes #15311: mention in docs requirement for .btn-group-* sizing on ↵ | Mark Otto | 1 | -1/+1 | |
| immediate .btn-group | |||||
| 2014-12-07 | Expand advice about adding labels | Patrick H. Lauke | 1 | -1/+1 | |
| Harmonizing this with same advice given for CSS inline forms | |||||
| 2014-12-07 | ``aria-label="close"`` instead of sr-only ``span`` | Patrick H. Lauke | 1 | -2/+2 | |
| shorter, neater, well supported | |||||
| 2014-12-04 | Merge pull request #15214 from twbs/example-ids | Chris Rebert | 21 | -82/+82 | |
| Give all embedded live docs examples data-example-id attrs [skip sauce] | |||||
| 2014-12-04 | Remove "Separated link" in example where it's not | TJ | 1 | -1/+0 | |
| Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated. I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs. | |||||
| 2014-11-30 | Add .media-object in docs | Quy Ton | 1 | -16/+16 | |
| 2014-11-29 | Merge pull request #15133 from patrickhlauke/docs-table-fixes | Mark Otto | 1 | -6/+6 | |
| Fixes to scope | |||||
| 2014-11-29 | fixes #15164: wrap disable pagination spans in another span | Mark Otto | 1 | -6/+33 | |
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 21 | -82/+82 | |
| Refs #11410 | |||||
| 2014-11-22 | Fix #15194: Shrink media link area | Julian Thilo | 1 | -48/+80 | |
