aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-24 18:02:10 -0700
committerChris Rebert <[email protected]>2013-09-24 18:02:18 -0700
commitaf4d1027671b278bdc3b0069bb7ef871bf936109 (patch)
tree991e5b1b50b2b8a09b3de213e488acf923675d1b
parent63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff)
downloadbootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.tar.xz
bootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.zip
Use "Skip to main content" phrasing consistently; further #10786 fixes
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/home.html2
-rw-r--r--css.html2
-rw-r--r--getting-started.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f176bd4b6..ef046f6ff 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body>
- <a class="sr-only" href="#content">Skip navigation</a>
+ <a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
diff --git a/_layouts/home.html b/_layouts/home.html
index 9eec34938..416b3e2bf 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,7 +5,7 @@
{% include header.html %}
</head>
<body class="bs-docs-home">
- <a class="sr-only" href="#content">Skip navigation</a>
+ <a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
diff --git a/css.html b/css.html
index 7f527084f..0ff495dc1 100644
--- a/css.html
+++ b/css.html
@@ -2361,7 +2361,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3 id="helper-classes-screen-readers">Screen reader content</h3>
<p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="{{ page.base_url }}getting-started#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
{% highlight html %}
-<a class="sr-only" href="#content">Skip to content</a>
+<a class="sr-only" href="#content">Skip to main content</a>
{% endhighlight %}
{% highlight css %}
// Usage as a Mixin
diff --git a/getting-started.html b/getting-started.html
index 3c5456666..c908cb183 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -865,7 +865,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<p class="lead">Bootstrap follows common web standards, and with minimal extra effort, can be used to create sites that are accessibile to those using <abbr title="Assistive Technology" class="initialism">AT</abbr>.</p>
<h3>Skip navigation</h3>
- <p>If your navigation contains many links and comes before the main content in the DOM, add a <code>Skip to 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>
+ <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>