| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-15 | Leave tabindex=-1 alone | Patrick H. Lauke | 2 | -64/+64 | |
| It seems that, as misguided as I personally think it is, ARIA does indeed want dropdown menus not to behave as regular keyboard users expect them, killing TAB/SHIFT+TAB in favor of cursor keys. Fair enough, the issue I have is then with ARIA, not with bootstrap. I would sugges thought that if you really do want to follow ARIA consistently, *any* navigation bar should also become an ARIA menu, further making it impossible for keyboard users to use TAB/SHIFT+TAB to navigate through it, and that these changes should be reflected in the bootstrap examples as well... | |||||
| 2013-01-15 | Revert "Keyboard accessibility in documentation" | Patrick H. Lauke | 2 | -64/+64 | |
| This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233. | |||||
| 2013-01-12 | Keyboard accessibility in documentation | Patrick H. Lauke | 2 | -64/+64 | |
| Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples. | |||||
| 2013-01-12 | Cleaned up dirty CSS | Patrick H. Lauke | 2 | -642/+1636 | |
| Used recess rather than less | |||||
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 4 | -1685/+754 | |
| Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). | |||||
| 2012-12-28 | Popovers are now flexible width: | Mark Otto | 1 | -1/+5 | |
| * Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided | |||||
| 2012-12-28 | Merge pull request #6407 from aurnik/master | Mark Otto | 2 | -2/+2 | |
| Fix link to File structure anchor | |||||
| 2012-12-27 | Fix link to File structure anchor | Aurnik Islam | 2 | -2/+2 | |
| 2012-12-26 | Add longer tooltip example to docs, tighten up line-height on tooltip; run make | Mark Otto | 7 | -16/+44 | |
| 2012-12-26 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | Mark Otto | 10 | -126/+188 | |
| 2012-12-24 | Merge pull request #6378 from Yohn/patch-7 | fat-kun | 2 | -0/+16 | |
| fixes tooltip insert problems | |||||
| 2012-12-24 | Update docs/templates/pages/javascript.mustache | Yohn | 1 | -4/+3 | |
| 2012-12-24 | Update docs/javascript.html | Yohn | 1 | -4/+3 | |
| 2012-12-23 | data-toggle instead of rel for tooltip and popover | Yohn | 1 | -11/+11 | |
| 2012-12-23 | data-toggle instead of rel for tooltip and popover | Yohn | 1 | -11/+11 | |
| 2012-12-23 | data-toggle instead of rel for tooltip and popover | Yohn | 1 | -3/+3 | |
| 2012-12-23 | Update docs/javascript.html | Yohn | 1 | -0/+9 | |
| 2012-12-23 | Update docs/templates/pages/javascript.mustache | Yohn | 1 | -0/+9 | |
| 2012-12-22 | Update docs/templates/pages/javascript.mustache | Jake Spurlock | 1 | -2/+2 | |
| Adding spaces around the pipes. Makes it consistent with the rest of the docs. | |||||
| 2012-12-22 | Version bump | Mark Otto | 19 | -32/+32 | |
| 2012-12-22 | shifting focus to parent and adding aria menuitem for dropdown | fat | 5 | -63/+69 | |
| 2012-12-22 | remake js | fat | 4 | -4/+4 | |
| 2012-12-22 | allow multiple trigger types in tooltip and popover + default tooltip to ↵ | fat | 5 | -21/+37 | |
| hover & focus | |||||
| 2012-12-21 | chnage for #6248 | fat | 3 | -3/+3 | |
| 2012-12-21 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 2 | -0/+1 | |
| 2012-12-21 | update mustace to reflect changes to data-slide-to | fat | 2 | -4/+14 | |
| 2012-12-21 | add support for [data-slide-to] attr on carousel | fat | 5 | -9/+23 | |
| 2012-12-21 | Fixes #6189: Add holder.js to carousel example | Mark Otto | 1 | -0/+1 | |
| 2012-12-21 | add readme image | Mark Otto | 1 | -0/+0 | |
| 2012-12-21 | Add docs readme icon | Mark Otto | 1 | -0/+0 | |
| 2012-12-21 | rewrite makefile to make a bit more "efficient" + rebuild | fat | 3 | -1/+3 | |
| 2012-12-21 | rebuild | fat | 3 | -1/+3 | |
| 2012-12-21 | Fixes #6370: Add comment to docs on typeahead and autocomplete | Mark Otto | 2 | -2/+2 | |
| 2012-12-20 | Miscellaneous changes to docs | Quy Ton | 6 | -8/+6 | |
| 2012-12-20 | Update new example name and links | Mark Otto | 3 | -6/+2 | |
| 2012-12-20 | Update the examples index: | Mark Otto | 14 | -6/+27 | |
| * Retina ready screenshots * Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html) | |||||
| 2012-12-20 | Fixes #6352: marketing-alternate broken nav in FF17 | Mark Otto | 1 | -0/+2 | |
| 2012-12-20 | Undo important on hide/show utilties; punt to 3.0 | Mark Otto | 1 | -2/+2 | |
| 2012-12-20 | fix up code snippet | Mark Otto | 6 | -9/+9 | |
| 2012-12-20 | Merge branch 'blakeembrey-dropdown-selectors' into 2.3.0-wip | Mark Otto | 1 | -8/+8 | |
| 2012-12-20 | Merge branch 'dropdown-selectors' of ↵ | Mark Otto | 1 | -8/+8 | |
| https://github.com/blakeembrey/bootstrap into blakeembrey-dropdown-selectors | |||||
| 2012-12-20 | Fixes #6339: Use important flag on .hide and .show utility classes | Mark Otto | 1 | -2/+2 | |
| 2012-12-20 | Fixes #6236: Fix popover font-size in input groups | Mark Otto | 1 | -1/+3 | |
| 2012-12-19 | Get on that carousel indicator lifestyle with some new hawtness | Mark Otto | 1 | -0/+25 | |
| 2012-12-19 | Merge branch '2.2.3' of github.com:twitter/bootstrap into 2.2.3 | Mark Otto | 10 | -68/+110 | |
| 2012-12-19 | lol we dont' have affix(refresh) | fat | 5 | -21/+3 | |
| 2012-12-19 | add js support for carousel indicators | fat | 6 | -17/+53 | |
| 2012-12-19 | wait 100ms before engaging affix (allows for initial browser scroll) | fat | 1 | -6/+8 | |
| 2012-12-19 | whitespace in tooltip + don't pass empty selector to $() in dropdown.js | fat | 4 | -7/+7 | |
| 2012-12-19 | fix tooltip doc dumbness | fat | 1 | -1/+1 | |
