diff options
| author | Aaron Spike <[email protected]> | 2013-09-24 11:52:06 -0500 |
|---|---|---|
| committer | Aaron Spike <[email protected]> | 2013-09-24 11:52:06 -0500 |
| commit | dcfd9f27ffe7931a7fa882fe2af38d0022a1a87e (patch) | |
| tree | 82c77d0a51d47d01de6bb7eb38734dd31ddcfb79 | |
| parent | b80f58b336cd7a4b59d704ff4c311cbf8edf5e51 (diff) | |
| download | bootstrap-dcfd9f27ffe7931a7fa882fe2af38d0022a1a87e.tar.xz bootstrap-dcfd9f27ffe7931a7fa882fe2af38d0022a1a87e.zip | |
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
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 8c0d9d2a3..5c0b11627 100644 --- a/getting-started.html +++ b/getting-started.html @@ -867,7 +867,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <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><body></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 content</a> + <a href="#content" class="sr-only">Skip to main content</a> <div class="container" id="content"> The main page content. </div> |
