aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
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-02Merge pull request #16571 from patrickhlauke/generalize-dropdownsPatrick H. Lauke9-184/+184
generalize dropdowns / drop role="menu"
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke9-184/+184
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-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-29ensure divider list items have role="separator"Patrick H. Lauke8-43/+43
http://www.w3.org/TR/wai-aria/roles#separator
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-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.XhmikosR8-10/+10
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun1-1/+0
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert1-0/+2
Fixes #16470 Closes #16483
2015-05-14grrrrrrrrrrrrrrrrrrruntMark Otto1-7/+9
2015-05-14Merge pull request #16437 from twbs/fix-16249Mark Otto1-1/+1
Document that nested tabs are not supported
2015-05-13Merge pull request #16215 from zacechola/list_group_buttonsMark Otto2-0/+22
Adds button styles to `.list-group-item`
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto1-0/+14
martinbean-btn-borders
2015-05-10Update jQuery to v1.11.3.XhmikosR2-2/+2
2015-05-08docs examples: input[placeholder]: "Enter email" => "Email"Chris Rebert1-4/+4
For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce]
2015-05-06Closes #16249: Doc that nested tabs are not supportedJulian Thilo1-1/+1
2015-05-05Document that $(...).button('reset') is async.Chris Rebert1-1/+1
Closes #16362. [skip sauce]
2015-05-05Mark stateful button feature as deprecatedChris Rebert1-0/+1
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce]
2015-05-04Merge pull request #16409 from twbs/fix-16361Chris Rebert2-0/+14
Document Affix plugin's `checkPosition` method
2015-05-03Added #panels-footer to components nav in docsAnthony Barone1-0/+1
2015-05-02Document that 'manual' is mutually exclusive of other tooltip/popover triggersChris Rebert2-2/+2
Closes #16122 [skip sauce]
2015-05-02Document Affix plugin's `checkPosition` methodChris Rebert2-0/+14
Fixes #16361 Refs #16356 [skip sauce]
2015-04-30Remove inappropriate role="button" from download linksPatrick H. Lauke1-3/+3
2015-04-28Adds documentation for buttons in link groupsZac Echola2-0/+22
Mostly a duplication of the *Linked items* section, but for buttons. Includes a note not to use the standard btn classes.
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean1-0/+14
2015-04-25DOCS: Separation of .dropdown and .dropup.vsn4ik1-13/+19
2015-04-21Allow viewport option to be a functionAdrien Siami2-2/+4
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-21Merge pull request #16147 from Johann-S/event_insertedChris Rebert2-0/+8
Fixes #16124.
2015-04-17Merge pull request #16282 from JoshData/patch-1Chris Rebert1-0/+1
affix plugin does not work within a pulled/pushed column
2015-04-14Update docs to account for #15755Chris Rebert1-1/+0
2015-04-14affix plugin does not work within a pulled/pushed columnJoshua Tauberer1-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-08Add event after template insertedJohann-S2-0/+8
2015-04-07Carousel docs: fix typo in holder.js colorChris Rebert1-1/+1
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-28gruntMark Otto1-0/+4
2015-03-27Remove wrong role="tabpanel" from parent containerPatrick H. Lauke1-2/+2
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554
2015-03-25Merge pull request #16158 from twbs/fix-16020Chris Rebert1-12/+12
remove redundant aria-hidden usage from Modals
2015-03-25Merge pull request #16157 from twbs/fix-16069Chris Rebert1-0/+7
Document how to disable transitions in jQuery plugins
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert1-12/+12
2015-03-25Document how to disable transitions in jQuery plugins; fixes #16069Chris Rebert1-0/+7
[skip sauce]
2015-03-25Properly document $(...).tab('show') method; fixes #16115Chris Rebert1-21/+4
[skip sauce]
2015-03-25docs: #myTab => #myTabs, to slightly increase clarityChris Rebert1-8/+8
2015-03-24add missing <code> within docs heading for `.modal('handleUpdate')`Chris Rebert1-1/+1
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert1-9/+9
add role="button" to a[data-toggle="collapse"]
2015-03-24Add aria-expanded and aria-controls to docs navbar togglePatrick H. Lauke1-2/+2
Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script)