aboutsummaryrefslogtreecommitdiff
path: root/_includes/nav-main.html
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-37/+0
2013-09-11move to separate about pageMark Otto1-0/+5
2013-08-16Docs cleanup for v3 prepMark Otto1-1/+1
2013-08-12Navbar refactorMark Otto1-8/+10
* Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs
2013-08-12update to rename rc2Mark Otto1-1/+1
2013-08-12Move quotes in nav-main.htmlvsn4ik1-1/+1
2013-08-11Ensure proper use and location of role="banner"Kevin Suttle1-2/+2
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#banner
2013-08-10Use nav for proper HTML5 ARIA role mappingKevin Suttle1-3/+3
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-1/+2
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-05update docs nav to use new stuffMark Otto1-1/+1
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-6/+6
2013-07-25Update docs to better indicate v3 RC1Mark Otto1-1/+1
2013-07-25single include for old ads calloutMark Otto1-7/+0
2013-07-18flatten docs dir back into rootMark Otto1-0/+36