Mark Otto
54df51b5ea
Merge pull request #16437 from twbs/fix-16249
...
Document that nested tabs are not supported
2015-05-14 11:07:05 -07:00
Mark Otto
c5babda02f
Merge pull request #16215 from zacechola/list_group_buttons
...
Adds button styles to `.list-group-item`
2015-05-13 21:35:39 -07:00
Mark Otto
82279a8eb2
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders
2015-05-13 21:20:02 -07:00
XhmikosR
1eba173c9e
Update jQuery to v1.11.3.
2015-05-10 01:22:23 +03:00
Chris Rebert
843581b8ff
docs examples: input[placeholder]: "Enter email" => "Email"
...
For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else.
[skip sauce]
2015-05-08 00:24:39 -07:00
Julian Thilo
a3c480fd94
Closes #16249 : Doc that nested tabs are not supported
2015-05-06 22:37:56 +02:00
Chris Rebert
89f2c5c5c0
Document that $(...).button('reset') is async.
...
Closes #16362 .
[skip sauce]
2015-05-05 15:03:12 -07:00
Chris Rebert
fce30b57e2
Mark stateful button feature as deprecated
...
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469
[skip sauce]
2015-05-05 15:03:05 -07:00
Chris Rebert
a19441dd64
Merge pull request #16409 from twbs/fix-16361
...
Document Affix plugin's `checkPosition` method
2015-05-04 12:28:41 -07:00
Anthony Barone
1f5519b981
Added #panels-footer to components nav in docs
2015-05-03 20:33:38 -04:00
Chris Rebert
75d6c14dc9
Document that 'manual' is mutually exclusive of other tooltip/popover triggers
...
Closes #16122
[skip sauce]
2015-05-02 18:24:12 -07:00
Chris Rebert
85235c55ac
Document Affix plugin's checkPosition
method
...
Fixes #16361
Refs #16356
[skip sauce]
2015-05-02 13:02:48 -07:00
Patrick H. Lauke
0b937117a4
Remove inappropriate role="button" from download links
2015-04-30 11:08:23 +01:00
Zac Echola
fa2cdd44bc
Adds documentation for buttons in link groups
...
Mostly a duplication of the *Linked items* section, but for buttons.
Includes a note not to use the standard btn classes.
2015-04-28 10:58:42 -05:00
Martin Bean
9a451d4aea
Add @btn-border-radius variables ( #16271 )
2015-04-26 17:42:34 +01:00
vsn4ik
d46f6dcbdc
DOCS: Separation of .dropdown and .dropup.
2015-04-25 12:52:22 +03:00
Adrien Siami
e949505b89
Allow viewport option to be a function
...
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-21 22:20:15 -07:00
Chris Rebert
c6b62f0cd9
Merge pull request #16147 from Johann-S/event_inserted
...
Fixes #16124 .
2015-04-21 21:40:14 -07:00
Chris Rebert
a955164a67
Merge pull request #16282 from JoshData/patch-1
...
affix plugin does not work within a pulled/pushed column
2015-04-17 12:37:41 -07:00
Chris Rebert
21e94b0374
Update docs to account for #15755
2015-04-14 18:40:36 -07:00
Joshua Tauberer
20b5e24765
affix plugin does not work within a pulled/pushed column
...
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-14 16:37:07 -04:00
Johann-S
3d71eae301
Add event after template inserted
2015-04-08 13:10:53 +02:00
Chris Rebert
4cf748b017
Carousel docs: fix typo in holder.js color
2015-04-07 18:52:59 -07:00
fyquah95
4d153b9125
indented javascript/modal/using-grid-system sample code from 4 spaces to 2 spaces
2015-04-01 17:43:32 +08:00
Mark Otto
ce75f289f2
grunt
2015-03-28 23:33:11 -07:00
Patrick H. Lauke
3b28b75cf3
Remove wrong role="tabpanel" from parent container
...
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2
and #13554
2015-03-27 11:57:03 +00:00
Chris Rebert
caa84299ec
Merge pull request #16158 from twbs/fix-16020
...
remove redundant aria-hidden usage from Modals
2015-03-25 18:40:44 -07:00
Chris Rebert
d6714d1383
Merge pull request #16157 from twbs/fix-16069
...
Document how to disable transitions in jQuery plugins
2015-03-25 18:14:15 -07:00
Chris Rebert
6c5e7dfce1
rm redundant aria-hidden usage from Modals; fixes #16020
2015-03-25 18:06:47 -07:00
Chris Rebert
e8a5112b31
Document how to disable transitions in jQuery plugins; fixes #16069
...
[skip sauce]
2015-03-25 17:56:59 -07:00
Chris Rebert
343827081f
Properly document $(...).tab('show') method; fixes #16115
...
[skip sauce]
2015-03-25 17:47:56 -07:00
Chris Rebert
1bafd4c829
docs: #myTab => #myTabs, to slightly increase clarity
2015-03-25 17:39:44 -07:00
Chris Rebert
2f3076f20a
add missing <code> within docs heading for .modal('handleUpdate')
2015-03-24 15:15:21 -07:00
Chris Rebert
d37bc2ae65
Merge pull request #15987 from twbs/fix-15972
...
add role="button" to a[data-toggle="collapse"]
2015-03-24 08:57:56 -07:00
Patrick H. Lauke
04280335f6
Add aria-expanded and aria-controls to docs navbar toggle
...
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)
2015-03-24 10:32:53 +00:00
Patrick H. Lauke
dc4aa004d4
Add aria-expanded to navbar toggles
2015-03-24 10:30:12 +00:00
Patrick H. Lauke
6c2548e031
Move all tooltip callouts into appropriate section
...
Before, most callouts hierarchically came under Examples > Four
directions, which is not appropriate. Now they're under Markup
2015-03-23 22:06:22 +00:00
Patrick H. Lauke
debcb1de59
Callout for tooltips and keyboard/AT accessibility
...
Include callout explicitly mentioning tooltips should only be added to
focusable elements. Closes #16134
2015-03-23 21:53:30 +00:00
Rodrigo Prado
fbe0836a8f
Add docs on how to install Bootstrap via composer
...
Closes #16113
Closes #16114
[skip sauce]
2015-03-20 18:42:03 -07:00
Chris Rebert
66ceae7b75
Clarify that role="button" is required for dismiss-on-next-click popovers
...
Refs #15947
2015-03-16 00:57:23 -07:00
Chris Rebert
f3ae9430f2
Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058
...
[skip sauce]
2015-03-13 13:53:12 -07:00
Chris Rebert
cc39f5c52d
add role="button" to a[data-toggle="collapse"]; fixes #15972
2015-03-03 13:18:36 -08:00
Steven Black
20d3ad10eb
Accessibility and headings hierarchy for the "CSS" page.
...
Closes #15948 by merging it.
2015-03-03 18:29:33 +02:00
Steven Black
0862d1410e
Accessibility and headings hierarchy for the "Getting started" page.
...
Closes #15946 by merging it.
2015-03-03 18:26:38 +02:00
Steven Black
457885075f
Javascript docs: Accessibility and cosmetic changes to headings.
...
Closes #15915 by merging it.
2015-03-03 18:22:09 +02:00
Heinrich Fenkart
be68cdd4b8
Properly document Modal#handleUpdate
2015-03-03 06:45:38 +01:00
Chris Rebert
08e0f23929
Merge pull request #15965 from kkirsche/fixURL
...
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01 14:32:31 -08:00
Kevin Kirsche
673cd67798
Fix URL to match the keyword
...
Fix URL to match the keyword
2015-03-01 16:44:13 -05:00
Kevin Kirsche
7b3e4d8423
Replace accidently removed text
...
X-Ref #15742
cc: @mdo
2015-03-01 16:24:12 -05:00
Kevin Kirsche
94406bcae0
[ Fixes #15928 ] Encourage use of icons with form validation states for colorblind users
...
[Fixes #15928 ] Encourage use of icons with form validation states for colorblind users
Update text per @patrickhlauke's feedback
Update text per @patrickhlauke's feedback.
Fix stupid grammar mistake
2015-02-28 17:07:20 -05:00