Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaussel Loïc <loic.laussel@orange.com>2019-02-27 14:37:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-08 01:29:21 +0300
commita5179125b0f5af8f5a256403d7d2eb83be2b8c8a (patch)
tree131a3395e6b3237546b9ab0efb99cd765c8b8dd6 /site/_layouts/docs.html
parent1a8886b7f7be9999f7f1ff339287b1fe0ea0b6ba (diff)
put secondary navigation in an explicit landmark `nav` and add a label on each nav (#28361)
Diffstat (limited to 'site/_layouts/docs.html')
-rw-r--r--site/_layouts/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_layouts/docs.html b/site/_layouts/docs.html
index 1d2125508e..cc4910c041 100644
--- a/site/_layouts/docs.html
+++ b/site/_layouts/docs.html
@@ -15,9 +15,9 @@
</div>
{% if page.toc %}
- <div class="d-none d-xl-block col-xl-2 bd-toc">
+ <nav class="d-none d-xl-block col-xl-2 bd-toc" aria-label="Secondary navigation">
{{ content | toc_only }}
- </div>
+ </nav>
{% endif %}
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">