From af4d1027671b278bdc3b0069bb7ef871bf936109 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Sep 2013 18:02:10 -0700 Subject: [PATCH] Use "Skip to main content" phrasing consistently; further #10786 fixes --- _layouts/default.html | 2 +- _layouts/home.html | 2 +- css.html | 2 +- getting-started.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index f176bd4b6c..ef046f6ff7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip navigation + Skip to main content {% include nav-main.html %} diff --git a/_layouts/home.html b/_layouts/home.html index 9eec349385..416b3e2bf0 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip navigation + Skip to main content {% include nav-main.html %} diff --git a/css.html b/css.html index 7f527084f2..0ff495dc10 100644 --- a/css.html +++ b/css.html @@ -2361,7 +2361,7 @@ For example, <section> should be wrapped as inline.

Screen reader content

Hide an element to all devices except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.

{% highlight html %} -Skip to content +Skip to main content {% endhighlight %} {% highlight css %} // Usage as a Mixin diff --git a/getting-started.html b/getting-started.html index 3c5456666b..c908cb183c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -865,7 +865,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

Bootstrap follows common web standards, and with minimal extra effort, can be used to create sites that are accessibile to those using AT.

Skip navigation

-

If your navigation contains many links and comes before the main content in the DOM, add a Skip to content link immediately after your opening <body> tag. (read why)

+

If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content link immediately after your opening <body> tag. (read why)

{% highlight html %} Skip to main content