2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Use "Skip to main content" phrasing consistently; further #10786 fixes

This commit is contained in:
Chris Rebert
2013-09-24 18:02:10 -07:00
parent 63206a17e8
commit af4d102767
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2361,7 +2361,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3 id="helper-classes-screen-readers">Screen reader content</h3>
<p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="{{ page.base_url }}getting-started#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
{% highlight html %}
<a class="sr-only" href="#content">Skip to content</a>
<a class="sr-only" href="#content">Skip to main content</a>
{% endhighlight %}
{% highlight css %}
// Usage as a Mixin