- 19 Jul, 2016 1 commit
-
-
Patrick H. Lauke authored
remove current HTML-based symbol, add any missing aria-* attributes
-
- 29 Jun, 2016 1 commit
-
-
Chris Rebert authored
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
-
- 26 May, 2016 1 commit
-
-
XhmikosR authored
-
- 19 Mar, 2016 1 commit
-
-
XhmikosR authored
-
- 07 Mar, 2016 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 11 Jan, 2016 2 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
- 06 Jan, 2016 1 commit
-
-
Chris Rebert authored
/fyi @mdo [skip sauce]
-
- 25 Dec, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 07 Dec, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 27 Nov, 2015 1 commit
-
-
Chris Rebert authored
-
- 24 Oct, 2015 1 commit
-
-
XhmikosR authored
Now that we don't support IE 8 it's safe to do that.
-
- 06 Oct, 2015 1 commit
-
-
Patrick H. Lauke authored
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
-
- 20 Sep, 2015 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 06 Sep, 2015 1 commit
-
-
XhmikosR authored
Move them to footer, and remove duplicate ones. [ci skip]
-
- 29 Aug, 2015 1 commit
-
- 26 Aug, 2015 1 commit
-
-
David Baughman authored
-
- 26 Jul, 2015 1 commit
-
-
XhmikosR authored
Shouldn't really happen, but China for example has blocked Google so this should help.
-
- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
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)
-
- 29 May, 2015 1 commit
-
-
- 09 May, 2015 1 commit
-
-
XhmikosR authored
-
- 02 Feb, 2015 1 commit
-
-
Kevin Kirsche authored
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
-
- 06 Jan, 2015 1 commit
-
-
XhmikosR authored
-
- 30 Dec, 2014 1 commit
-
-
Chris Rebert authored
-
- 29 Nov, 2014 1 commit
-
-
Mark Otto authored
-
- 14 Nov, 2014 1 commit
-
-
Patrick H. Lauke authored
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
-
- 11 Nov, 2014 2 commits
-
-
Patrick H. Lauke authored
adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button"
-
Patrick H. Lauke authored
Closes #14951 by merging it.
-
- 23 Oct, 2014 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 08 Sep, 2014 1 commit
-
-
Patrick H. Lauke authored
Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153.
-
- 16 Aug, 2014 1 commit
-
-
Chris Rebert authored
-
- 28 Jul, 2014 1 commit
-
-
Chris Rebert authored
-
- 09 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 08 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 02 Jul, 2014 1 commit
-
-
Michael Silber authored
-
- 08 Jun, 2014 1 commit
-
-
XhmikosR authored
This way, it works in all browsers.
-
- 29 May, 2014 1 commit
-
-
Chris Rebert authored
Docs audit prompted by #13697. [skip sauce]
-
- 22 May, 2014 1 commit
-
-
XhmikosR authored
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
-
- 13 May, 2014 1 commit
-
-
XhmikosR authored
-
- 10 May, 2014 1 commit
-
-
XhmikosR authored
-