diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-getting-started.html | 3 | ||||
| -rw-r--r-- | _includes/nav-main.html | 3 | ||||
| -rw-r--r-- | _includes/social-buttons.html | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index 9788facdd..ad574b621 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -18,6 +18,9 @@ <a href="#third-parties">Third party support</a> </li> <li> + <a href="#accessibility">Accessibility</a> +</li> +<li> <a href="#license-faqs">License FAQs</a> </li> <li> diff --git a/_includes/nav-main.html b/_includes/nav-main.html index a9604f588..6b5742cd1 100644 --- a/_includes/nav-main.html +++ b/_includes/nav-main.html @@ -1,6 +1,7 @@ -<div class="navbar navbar-inverse navbar-fixed-top bs-docs-nav"> +<div class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="navigation"> <div class="container"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> + <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index 3700ecd14..b52cac2f6 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -1,10 +1,10 @@ <div class="bs-social"> <ul class="bs-social-buttons"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px" title="Star on GitHub"></iframe> </li> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px" title="Fork on GitHub"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> |
