]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use "Skip to main content" phrasing consistently; further #10786 fixes 10796/head
authorChris Rebert <code@rebertia.com>
Wed, 25 Sep 2013 01:02:10 +0000 (18:02 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 25 Sep 2013 01:02:18 +0000 (18:02 -0700)
_layouts/default.html
_layouts/home.html
css.html
getting-started.html

index f176bd4b6cd8c2f58349f45390f385f518806c55..ef046f6ff706842614438bafaa2d10d250dc1554 100644 (file)
@@ -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 %}
index 9eec349385513b3a7e65b7ce9c262a83b8664787..416b3e2bf0c947f164946f3050c5316313cb0f26 100644 (file)
@@ -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 %}
index 7f527084f237f39082da784e1cec3ab8fb12bd6d..0ff495dc10c828f1117970c2373d340875a36ae6 100644 (file)
--- 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
index 3c5456666bfb6f876a630894d82f0bd16e92492e..c908cb183cce7a9915cad3733ec2b9f9f69eb642 100644 (file)
@@ -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>