0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

4967 Commits

Author SHA1 Message Date
Chris Rebert
6c5e7dfce1 rm redundant aria-hidden usage from Modals; fixes 2015-03-25 18:06:47 -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 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 
2015-03-23 21:53:30 +00:00
Bootstrap's Grunt bot
e22a73fd38 automatic grunt dist 2015-03-21 23:10:30 +00:00
Rodrigo Prado
fbe0836a8f Add docs on how to install Bootstrap via composer
Closes 
Closes 

[skip sauce]
2015-03-20 18:42:03 -07:00
Vignesh Nandha Kumar
5281d7b4bc Add .alert-warning related change to migration doc 2015-03-19 17:27:38 +05:30
Bootstrap's Grunt bot
eece194763 automatic grunt dist 2015-03-19 05:30:30 +00:00
Bootstrap's Grunt bot
f5250d0a0e automatic grunt dist 2015-03-16 15:50:28 +00:00
Chris Rebert
a10eb60bc0 full grunt 2015-03-16 08:44:41 -07:00
Chris Rebert
4d652035dc v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
Chris Rebert
66ceae7b75 Clarify that role="button" is required for dismiss-on-next-click popovers
Refs 
2015-03-16 00:57:23 -07:00
Bootstrap's Grunt bot
026e7ccf4e automatic grunt dist 2015-03-15 21:50:31 +00:00
Bootstrap's Grunt bot
fc99118179 automatic grunt dist 2015-03-15 11:30:30 +00:00
XhmikosR
d18a043ddc Run grunt. 2015-03-15 04:27:44 -07:00
Chris Rebert
f3ae9430f2 Document that .progress-bar-striped doesn't work in IE<=9; fixes
[skip sauce]
2015-03-13 13:53:12 -07:00
Bootstrap's Grunt bot
ba1345f144 automatic grunt dist 2015-03-10 20:20:23 +00:00
Bootstrap's Grunt bot
9d0259d8d1 automatic grunt dist 2015-03-10 18:50:26 +00:00
Chris Rebert
a890ebde94 Add Wall of Browser Bugs entry for
[skip sauce]
[skip validator]
2015-03-10 03:29:58 -07:00
Molly White
2bb0ac38e1 Remove dead link to release announcement
Found it! They just changed the link.
2015-03-05 18:44:55 -05:00
Kevin Kirsche
a884ce9349 [Fix ] Add link to Vietnamese translation
[Fix ] Add link to Vietnamese translation
2015-03-05 09:39:47 -05:00
Chris Rebert
cc39f5c52d add role="button" to a[data-toggle="collapse"]; fixes 2015-03-03 13:18:36 -08:00
Steven Black
20d3ad10eb Accessibility and headings hierarchy for the "CSS" page.
Closes  by merging it.
2015-03-03 18:29:33 +02:00
Steven Black
0862d1410e Accessibility and headings hierarchy for the "Getting started" page.
Closes  by merging it.
2015-03-03 18:26:38 +02:00
Steven Black
457885075f Javascript docs: Accessibility and cosmetic changes to headings.
Closes  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
XhmikosR
f8e34ff48b Disable es3 for tests and customizer.js. 2015-03-02 11:16:06 +02:00
XhmikosR
ea3c7028bd Run grunt. 2015-03-02 11:16:06 +02:00
Chris Rebert
08e0f23929 Merge pull request 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 

cc: @mdo
2015-03-01 16:24:12 -05:00
Patrick H. Lauke
3173efd9d9 Merge pull request from kkirsche/patch-5
[Fixes ] Encourage use of icons with form validation states for co...
2015-02-28 22:11:30 +00:00
Kevin Kirsche
94406bcae0 [Fixes ] Encourage use of icons with form validation states for colorblind users
[Fixes ] 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
XhmikosR
05b444aee3 Run grunt. 2015-02-26 11:30:23 +02:00
TJ
10c8dad848 Prevent collapsed navbar in Non-responsive Example
Closes  by merging it.
2015-02-25 22:53:21 -08:00
Mark Otto
dd1a31a7de Merge pull request from kkirsche/patch-2
Add source code documentation of justified navbar for 
2015-02-24 21:16:55 -08:00
Mark Otto
8982de3482 Merge pull request from StevenBlack/docs.js.headings
docs > js > headings
2015-02-24 21:14:43 -08:00
Kevin Kirsche
3ed961e4c1 Document justified navbar for
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like  in the future.
2015-02-24 23:04:59 -05:00
Heinrich Fenkart
0553300a36 Follow-up to 769c27a19f: Add new section to nav 2015-02-25 03:30:58 +01:00
Kevin Kirsche
769c27a19f Document how to properly handle modals with dynamic content height
Fixes .
Closes .
2015-02-25 03:23:02 +01:00
Steven Black
e9b29a3ef0 Accessibility changes to headings (transitions.html) 2015-02-24 20:19:00 -05:00
Steven Black
daccfc3c0f Accessibility changes to headings (overview.html) 2015-02-24 20:17:14 -05:00
Mark Otto
b7b69cd353 Merge branch 'master' of github.com:twbs/bootstrap 2015-02-24 16:43:22 -08:00
Mark Otto
05513c52c4 Fix : Clear the floats and move the padding to the header 2015-02-24 16:43:07 -08:00
Mark Otto
be164f4d1a Merge pull request from kkirsche/patch-5
[Docs—Fixes ]Use an ID as the example for Scrollspy
2015-02-24 16:30:49 -08:00
Mark Otto
7e594b4b03 Merge pull request from michael-k/patch-1
Updated license links
2015-02-24 16:28:36 -08:00
Mark Otto
2457b40eab Merge pull request from StevenBlack/headings-labels
docs>components>labels headings
2015-02-24 16:27:36 -08:00