aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
AgeCommit message (Collapse)AuthorFilesLines
2013-08-11Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-23/+23
2013-08-11fix borked js docs layout, likely from @kevinsuttle's latest PRMark Otto1-20/+18
2013-08-11add event prefixesJacob Thornton1-23/+23
2013-08-10Use nav for proper HTML5 ARIA role mappingKevin Suttle1-4/+4
http://www.w3.org/html/wg/drafts/html/master/sections.html#the-nav-element http://dev.w3.org/html5/spec/sections.html#the-nav-element http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-3/+19
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-06Merge pull request #9120 from FLOKER/patch-2Mark Otto1-1/+1
fix scrollSpy instructions for JS call
2013-08-06Fixes #9150: Hide popover titles in IE8Mark Otto1-4/+4
Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert
2013-08-06Update javascript.htmlFlorian Weber1-1/+1
2013-08-05fix scrollSpy instructions for JS callFlorian Weber1-1/+1
Don't really know if this is correct, but at least it only worked for me that way...
2013-08-05update modals demo codeMark Otto1-2/+2
2013-08-04trivial docs grammar improvementsChris Rebert1-1/+1
2013-08-03streamline $().dropdown('toggle') descriptionChris Rebert1-1/+1
2013-08-03JS docs: capitalize BootstrapChris Rebert1-3/+3
2013-08-03Greater standardization of sizing terminologyChris Rebert1-3/+3
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-03JS docs: put `transitionEnd` within <code>Chris Rebert1-1/+1
2013-08-03JavaScript docs: fix caps of "JS"Chris Rebert1-1/+1
2013-08-03JS docs: fix caps of "CSS" acronymChris Rebert1-1/+1
2013-08-02Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipfat1-9/+9
2013-08-02fixes #8955fat1-1/+1
2013-08-01Removed data-toggle class when it wasn't been appliedGuillermo González de Agüero1-5/+5
2013-07-31fixes #8892Jacob Thornton1-1/+1
2013-07-31Update javascript.htmlOliver Schmidt1-1/+1
2013-07-31Update javascript.htmlOliver Schmidt1-1/+1
2013-07-30edit modal docs code to fix #8769Mark Otto1-1/+1
2013-07-30fixes #8216fat1-1/+1
2013-07-29Add .fade to div.modal in "Live demo" modal example code; fixes #8723Chris Rebert1-1/+1
2013-07-29Merge pull request #8718 from ggam/patch-4Mark Otto1-1/+1
Deleted unnecessary ID from modals example
2013-07-29fix #8694: apply tooltip demo ordering change from #8730 to popovers tooChris Rebert1-5/+5
2013-07-28Javascript - tooltips directions - easier visualizationeduardo luttner1-2/+2
Changed the order of the visualization. It is not the css order, however it is easier to see the tooltips
2013-07-28Deleted unnecessary ID from modals exampleGuillermo González de Agüero1-1/+1
2013-07-28Fixed minor typos in javascript.htmlLoic Bistuer1-2/+2
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-1/+1
2013-07-27herpy derpy shit for urlsMark Otto1-0/+1
2013-07-26update js titlefat1-1/+1
2013-07-26small copy changefat1-1/+1
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-07-26responsive tables all up in js docsMark Otto1-433/+463
2013-07-26use transforms to make the dialog smoooothfat1-1/+1
2013-07-26fixes #6937fat1-10/+2
2013-07-26Merge branch '3.0.0-docs-js' of git://github.com/juthilo/bootstrap-wip into ↵fat1-4/+65
juthilo-3.0.0-docs-js Conflicts: javascript.html
2013-07-26Fix broke ass popovers direction exampleMark Otto1-6/+14
2013-07-26Unfuck JS docs spacing and closing divsMark Otto1-1013/+986
2013-07-26update docs nav targetsfat1-35/+35
2013-07-26Fix ID of buttons section on javascript pageJames Costian1-1/+1
The old ID caused the link on affix to not work.
2013-07-26Fixes #8293: sub nav links in JS docsMark Otto1-21/+21
2013-07-25update docs a bit more for affixfat1-1/+1
2013-07-25update the affix docs a bitfat1-12/+14
2013-07-25Merge pull request #8603 from cvrebert/twbsMark Otto1-2/+2
twbs ALL the links
2013-07-25twbs ALL the linksChris Rebert1-2/+2
2013-07-25update docs to use buttons for tooltipsMark Otto1-6/+6