aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-07-17remove all instances of .bs-docs-grid in grid docs since it's unused. ↵Mark Otto1-85/+73
nullifies #16838
2015-07-13Move help block docs up page, add `.help-block` to validation exampleZac Echola2-25/+29
2015-07-12Add Wall of Browser Bugs entry for #16809Chris Rebert1-0/+10
[skip sauce]
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-07-06Add Brazilian Portuguese to list of docs translationsadammacias1-0/+5
Closes #16773 by merging a tweaked version of it. [skip sauce]
2015-07-04Update Twitter's address in examples.Matt Kantor1-4/+4
They're no longer on Folsom St.
2015-07-03Add turkish translationKevin Kirsche1-0/+5
Fix #16755
2015-07-01Document that Tab show method is asyncChris Rebert1-1/+1
[skip sauce]
2015-07-01Document that Collapse show,hide,toggle methods are async; fixes #16746Chris Rebert1-3/+3
[skip sauce]
2015-06-30Add Methods section to Popovers nav menu in docsChris Rebert2-1/+2
[skip sauce]
2015-06-25Edge is also affected by #16671Chris Rebert1-1/+1
Per https://github.com/twbs/bootstrap/issues/16671#issuecomment-115161001 Refs #16689 [skip sauce]
2015-06-23Add Wall of Browser Bugs entry for #15968Chris Rebert1-0/+10
Closes #15968. [skip sauce]
2015-06-23Add Wall of Browser Bugs entry for #16671Chris Rebert1-0/+10
Closes #16671 [skip sauce]
2015-06-19Added *.min.map to whats-included.vsn4ik1-1/+3
2015-06-18Re-order popover elements in docsKevin Kirsche1-4/+4
X-Ref #13969
2015-06-18Clarify what's being hovered /cc @kkirscheMark Otto1-1/+1
2015-06-18Merge pull request #16632 from kkirsche/patch-15Mark Otto1-1/+1
Clarify that <fieldset> only uses the disabled attribute
2015-06-18Merge pull request #16563 from dbkaplun/dl-horizontal-breakpointMark Otto1-0/+5
Adds @dl-horizontal-breakpoint
2015-06-16Update customize.min.js with version bumpJulian Thilo1-6/+6
2015-06-16bump versionMark Otto1-1/+1
2015-06-16customizer and raw filesv3.3.5Mark Otto2-6/+6
2015-06-16bump versionMark Otto8-33/+33
2015-06-16gruntMark Otto8-9/+10
2015-06-15Clarify that <fieldset> only uses the disabled attributeKevin Kirsche1-1/+1
Fix #16632
2015-06-11Slightly expand accessible modals calloutPatrick H. Lauke1-1/+1
to include a note about `role="document"`
2015-06-11Add role="document" to modal itselfPatrick H. Lauke1-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-08Use new gradient syntax in justified nav example; fixes #16598Kevin Kirsche1-2/+1
Closes #16599 by merging a tweaked version of it.
2015-06-02Merge pull request #16571 from patrickhlauke/generalize-dropdownsPatrick H. Lauke16-208/+208
generalize dropdowns / drop role="menu"
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke16-208/+208
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-06-01change korean translation site urlyang1-1/+1
2015-06-01Run `grunt`.XhmikosR8-17/+17
[ci skip]
2015-06-01docs: update uglify-js to v2.4.23.XhmikosR1-5/+5
[ci skip]
2015-05-30Merge pull request #16484 from kkirsche/patch-13Mark Otto1-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 paddingKevin Kirsche1-1/+1
[Close #16441] ScrollSpy requires non-body elements to have height and padding
2015-05-30Adjust Carbon Ads margin on -xsTimothy Gu1-1/+1
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
2015-05-30Adds @dl-horizontal-breakpointDan Kaplun1-0/+5
2015-05-29ensure divider list items have role="separator"Patrick H. Lauke15-53/+53
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 ofSupergibbs2-2/+43
multiple buttons
2015-05-26Merge pull request #16504 from kkirsche/patch-8Chris Rebert1-1/+1
Clarify the bs-callout on multiple open modals
2015-05-26Update source maps linkMorton Fox1-1/+1
2015-05-22Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"Chris Rebert1-0/+1
[skip sauce]
2015-05-22Remove Firefox warning for customizer download.Mike Taylor1-5/+0
Closes #15016.
2015-05-18Clarify the bs-callout on multiple open modalsKevin Kirsche1-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-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-05-17Use `https` when possible.XhmikosR17-26/+26
2015-05-17about.html: Add the size of the gravatar image we currently use.XhmikosR1-2/+2
2015-05-17docs: update uglify-js to v2.4.21.XhmikosR2-13/+10
[ci skip]
2015-05-16Remove grunt-banner completely.XhmikosR6-14/+4
Add a license header in theme instead.
2015-05-16Run `grunt`.XhmikosR4-13/+13