diff --git a/_layouts/default.html b/_layouts/default.html index f176bd4b6c..ef046f6ff7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %}
- Skip navigation + Skip to main content {% include nav-main.html %} diff --git a/_layouts/home.html b/_layouts/home.html index 9eec349385..416b3e2bf0 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip navigation + Skip to main content {% include nav-main.html %} diff --git a/css.html b/css.html index 7f527084f2..0ff495dc10 100644 --- a/css.html +++ b/css.html @@ -2361,7 +2361,7 @@ For example,<section>
should be wrapped as inline.
Hide an element to all devices except screen readers with .sr-only
. Necessary for following accessibility best practices. Can also be used as a mixin.
Bootstrap follows common web standards, and with minimal extra effort, can be used to create sites that are accessibile to those using AT.
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)
If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content
link immediately after your opening <body>
tag. (read why)