Commit 63206a17 authored by Mark Otto's avatar Mark Otto

Merge pull request #10786 from acspike/skip-nav-link-wording

Alter wording of example Skip Nav link to improve pronunciation
parents cf915f9c dcfd9f27
......@@ -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>&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 content</a>
<a href="#content" class="sr-only">Skip to main content</a>
<div class="container" id="content">
The main page content.
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment