aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components
AgeCommit message (Collapse)AuthorFilesLines
2018-11-18Fix broken anchors in examples and one https redirect.XhmikosR1-1/+1
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR4-5/+5
2018-10-08Fix HTML validation errors and lint tests too.XhmikosR1-1/+1
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto7-12/+12
2016-07-25Discourage usage of <a>s for disabled pagination itemsChris Rebert1-1/+1
Refs https://github.com/twbs/bootstrap/commit/a217db1923a552b53c7a0c005e69c598fbd1a98a#commitcomment-18275320 /fyi @patrickhlauke [skip sauce]
2016-07-21Docs: Update Safari versions affected by #9774Chris Rebert1-1/+1
Still affects v9.1.2, but current Safari Technology Preview is no longer affected. Refs #20342 [skip sauce]
2016-07-12Losslessly compress docs images.XhmikosR1-1/+1
Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000` Before: 23,7 KB (24.352 bytes) After: 23,5 KB (24.079 bytes)
2016-04-10Add aria-label and callout about labelling pagination componentsPatrick H. Lauke1-17/+22
2016-03-10Fix HTML validation errors.XhmikosR1-3/+3
[skip sauce]
2015-10-29Add docs regarding .progress, inline style attrs, and CSP; closes #17785Chris Rebert1-0/+5
[skip sauce]
2015-10-13Clarify that .panel-heading overrides font-size of <hN> tagsPhilip Masek1-1/+1
Closes #17533 Closes #17735
2015-09-05Separated link not actually separatedpsychobunny1-0/+2
2015-08-04Merge pull request #16560 from supergibbs/multiple-button-input-groupsMark Otto1-5/+42
Multiple button input groups
2015-07-09Add example with visible <label> and input group addonPatrick H. Lauke1-1/+13
Also, include visible <label> as a suggestion in the accessibility callout.
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke6-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-29ensure divider list items have role="separator"Patrick H. Lauke6-36/+36
http://www.w3.org/TR/wai-aria/roles#separator
2015-05-29A little cleanupSupergibbs1-3/+0
2015-05-29Clarified documentation about input groups and added an example ofSupergibbs1-2/+42
multiple buttons
2015-05-17Add missing type="button" attrs to <button>s in list-group docsChris Rebert1-10/+10
Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce]
2015-04-28Adds documentation for buttons in link groupsZac Echola1-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-25DOCS: Separation of .dropdown and .dropup.vsn4ik1-13/+19
2015-03-24Add aria-expanded to navbar togglesPatrick H. Lauke1-10/+10
2015-03-13Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058Chris Rebert1-1/+1
[skip sauce]
2015-02-24Merge pull request #15887 from StevenBlack/headings-labelsMark Otto1-2/+2
docs>components>labels headings
2015-02-24Merge pull request #15889 from StevenBlack/headings-progressbarsMark Otto1-6/+6
docs>components>progress bars headings
2015-02-24Merge pull request #15891 from StevenBlack/headings-listgroup-panel-wellMark Otto3-14/+14
docs>components>(remaining components) headings
2015-02-24Merge pull request #15890 from StevenBlack/headings-mediaMark Otto1-3/+3
docs>components>media object headings
2015-02-24Merge pull request #15888 from StevenBlack/headings-thumbnailsMark Otto1-2/+2
docs>components>thumbnails headings
2015-02-24Merge pull request #15886 from StevenBlack/headings-buttondropdownsMark Otto1-4/+4
docs>components>button-dropdowns headings
2015-02-24Merge pull request #15885 from StevenBlack/headings-buttongroupsMark Otto1-6/+6
docs>components>button-groups headings
2015-02-23docs>components>(remainder) headingsSteven Black3-14/+14
2015-02-23docs>components>media object headingsSteven Black1-3/+3
2015-02-23docs>components>progress bars headingsSteven Black1-6/+6
2015-02-23docs>components>thumbnails headingsSteven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Labels component.Steven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Button ↵Steven Black1-4/+4
dropdowns component.
2015-02-23docs>components>button-groups headingsSteven Black1-6/+6
Normalized the heading hierarchy in the documentation for the Button groups component.
2015-02-23Docs>Components>Dropdowns headingsSteven Black1-5/+5
Normalized the heading hierarchy in the documentation for the Dropdowns component.
2015-02-19Dropdown docs: Tweak .dropup copyChris Rebert1-1/+1
2015-02-19Merge pull request #15662 from kkirsche/patch-5Chris Rebert1-7/+30
Fix issue #15597 — Mention dropup variation in dropdown docs
2015-02-10Remove separate area for dropup'sKevin Kirsche1-19/+12
Condense the dropup example
2015-01-29Fix #15688Chris Rebert1-1/+1
Stability > Precision
2015-01-28Update per @vsn4ik's requestsKevin Kirsche1-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-27Complete @vsn4ik's requestsKevin Kirsche1-2/+1
* Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
2015-01-23Fix issue #15597 — Mention dropup variation in dropdown docsKevin Kirsche1-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-21Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+0
2015-01-21Merge pull request #15299 from SpectrumPixel/patch-2Mark Otto1-1/+0
Remove "Separated link" in example where it's not
2015-01-21Move inline CSS to docs.css.XhmikosR2-2/+2
2015-01-08add pointer to Masonry in the thumbnail docsChris Rebert1-0/+1
2014-12-22Remove holder.js references from syntax-highlighted example HTMLChris Rebert1-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]