aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-10 10:46:17 -0800
committerChris Rebert <[email protected]>2014-02-10 10:46:17 -0800
commitdc5917bedfda321b72310209d2807ea10347f7ed (patch)
treefe3f6162a936804f2670572c8ea11c8dcf83f31f /docs/getting-started.html
parentc4e242bdb170be26e64e859c5636f3cb0285f679 (diff)
downloadbootstrap-dc5917bedfda321b72310209d2807ea10347f7ed.tar.xz
bootstrap-dc5917bedfda321b72310209d2807ea10347f7ed.zip
update docs to include+use .sr-only-focusable
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 25209c132..70d08cff2 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>&lt;body&gt;</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>