diff options
| author | Mark Otto <[email protected]> | 2013-09-24 17:24:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-24 17:24:00 -0700 |
| commit | 63206a17e87efa916a9bc67cc10bd83eb2396a4d (patch) | |
| tree | 6360104f2b82cafd15308e0a2ece9bb01bbdc65b /getting-started.html | |
| parent | cf915f9c64e99558c987277f0ce43bf100586fa0 (diff) | |
| parent | dcfd9f27ffe7931a7fa882fe2af38d0022a1a87e (diff) | |
| download | bootstrap-63206a17e87efa916a9bc67cc10bd83eb2396a4d.tar.xz bootstrap-63206a17e87efa916a9bc67cc10bd83eb2396a4d.zip | |
Merge pull request #10786 from acspike/skip-nav-link-wording
Alter wording of example Skip Nav link to improve pronunciation
Diffstat (limited to 'getting-started.html')
| -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 4751de08e..3c5456666 100644 --- a/getting-started.html +++ b/getting-started.html @@ -868,7 +868,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> |
