aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-01-15Leave tabindex=-1 alonePatrick H. Lauke2-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-15Revert "Keyboard accessibility in documentation"Patrick H. Lauke2-64/+64
This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233.
2013-01-12Keyboard accessibility in documentationPatrick H. Lauke2-64/+64
Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples.
2013-01-12Cleaned up dirty CSSPatrick H. Lauke2-642/+1636
Used recess rather than less
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke4-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-28Popovers are now flexible width:Mark Otto1-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-28Merge pull request #6407 from aurnik/masterMark Otto2-2/+2
Fix link to File structure anchor
2012-12-27 Fix link to File structure anchorAurnik Islam2-2/+2
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto7-16/+44
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto10-126/+188
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun2-0/+16
fixes tooltip insert problems
2012-12-24Update docs/templates/pages/javascript.mustacheYohn1-4/+3
2012-12-24Update docs/javascript.htmlYohn1-4/+3
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-3/+3
2012-12-23Update docs/javascript.htmlYohn1-0/+9
2012-12-23Update docs/templates/pages/javascript.mustacheYohn1-0/+9
2012-12-22Update docs/templates/pages/javascript.mustacheJake Spurlock1-2/+2
Adding spaces around the pipes. Makes it consistent with the rest of the docs.
2012-12-22Version bumpMark Otto19-32/+32
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat5-63/+69
2012-12-22remake jsfat4-4/+4
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat5-21/+37
hover & focus
2012-12-21chnage for #6248fat3-3/+3
2012-12-21Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat2-0/+1
2012-12-21update mustace to reflect changes to data-slide-tofat2-4/+14
2012-12-21add support for [data-slide-to] attr on carouselfat5-9/+23
2012-12-21Fixes #6189: Add holder.js to carousel exampleMark Otto1-0/+1
2012-12-21add readme imageMark Otto1-0/+0
2012-12-21Add docs readme iconMark Otto1-0/+0
2012-12-21rewrite makefile to make a bit more "efficient" + rebuildfat3-1/+3
2012-12-21rebuildfat3-1/+3
2012-12-21Fixes #6370: Add comment to docs on typeahead and autocompleteMark Otto2-2/+2
2012-12-20Miscellaneous changes to docsQuy Ton6-8/+6
2012-12-20Update new example name and linksMark Otto3-6/+2
2012-12-20Update the examples index:Mark Otto14-6/+27
* Retina ready screenshots * Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
2012-12-20Fixes #6352: marketing-alternate broken nav in FF17Mark Otto1-0/+2
2012-12-20Undo important on hide/show utilties; punt to 3.0Mark Otto1-2/+2
2012-12-20fix up code snippetMark Otto6-9/+9
2012-12-20Merge branch 'blakeembrey-dropdown-selectors' into 2.3.0-wipMark Otto1-8/+8
2012-12-20Merge branch 'dropdown-selectors' of ↵Mark Otto1-8/+8
https://github.com/blakeembrey/bootstrap into blakeembrey-dropdown-selectors
2012-12-20Fixes #6339: Use important flag on .hide and .show utility classesMark Otto1-2/+2
2012-12-20Fixes #6236: Fix popover font-size in input groupsMark Otto1-1/+3
2012-12-19Get on that carousel indicator lifestyle with some new hawtnessMark Otto1-0/+25
2012-12-19Merge branch '2.2.3' of github.com:twitter/bootstrap into 2.2.3Mark Otto10-68/+110
2012-12-19lol we dont' have affix(refresh)fat5-21/+3
2012-12-19add js support for carousel indicatorsfat6-17/+53
2012-12-19wait 100ms before engaging affix (allows for initial browser scroll)fat1-6/+8
2012-12-19whitespace in tooltip + don't pass empty selector to $() in dropdown.jsfat4-7/+7
2012-12-19fix tooltip doc dumbnessfat1-1/+1