diff options
| author | Mark Otto <[email protected]> | 2014-03-09 12:39:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 12:39:29 -0700 |
| commit | 29f23576ee301cf476ce66b979ddec338663336b (patch) | |
| tree | 80037fa54ba56ab75b13f56f0aa2293a1f0f99be /docs/getting-started.html | |
| parent | 5e6d16ef4dc531e284bf629a9336f608847bd608 (diff) | |
| parent | d8bc65b9d035d15a61bd6fe259b4ffb49c211404 (diff) | |
| download | bootstrap-29f23576ee301cf476ce66b979ddec338663336b.tar.xz bootstrap-29f23576ee301cf476ce66b979ddec338663336b.zip | |
Merge pull request #12679 from twbs/sr-only-focusable
add .sr-only-focusable
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 163a7ffa6..d7e150dd9 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -621,7 +621,7 @@ if (isAndroid) { <p>If your navigation contains many links and comes before the main content in the DOM, add a <code>Skip to main content</code> link immediately after your opening <code><body></code> tag. <a href="http://a11yproject.com/posts/skip-nav-links/">(read why)</a></p> {% highlight html %} <body> - <a href="#content" class="sr-only">Skip to main content</a> + <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <div class="container" id="content"> The main page content. </div> |
