From: Aaron Spike Date: Tue, 24 Sep 2013 16:52:06 +0000 (-0500) Subject: Alter wording of example Skip Nav link to improve pronunciation X-Git-Tag: v3.0.1~36^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfd9f27ffe7931a7fa882fe2af38d0022a1a87e;p=thirdparty%2Fbootstrap.git Alter wording of example Skip Nav link to improve pronunciation Screen reading applications, including Apple's VoiceOver, improperly pronounce the word "content" in "Skip to content" as an adjective rather than a noun because of insufficient context. "Skip to main content" is pronounced correctly. See #6 and Guideline #10 at the following site for more information: http://redish.net/content/papers/interactions.htmlAlter wording of example Skip Nav link to improve pronunciation --- diff --git a/getting-started.html b/getting-started.html index 8c0d9d2a33..5c0b116277 100644 --- a/getting-started.html +++ b/getting-started.html @@ -867,7 +867,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

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)

{% highlight html %} - Skip to content + Skip to main content
The main page content.