aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/justified-nav
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-11-14 01:44:09 +0000
committerPatrick H. Lauke <[email protected]>2014-11-14 10:52:57 +0000
commitbab36220c98bc9552a483d5d091cb8d8acfd3d31 (patch)
tree4a51aad2780c8f6d316076d8aa6aeaa7e425f622 /docs/examples/justified-nav
parent25cac1ea9a70ab192a4b4fb49b972de2f342d240 (diff)
downloadbootstrap-bab36220c98bc9552a483d5d091cb8d8acfd3d31.tar.xz
bootstrap-bab36220c98bc9552a483d5d091cb8d8acfd3d31.zip
Redundant role="navigation" on <nav>s
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
Diffstat (limited to 'docs/examples/justified-nav')
-rw-r--r--docs/examples/justified-nav/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html
index 141798b7b..fc51f3db9 100644
--- a/docs/examples/justified-nav/index.html
+++ b/docs/examples/justified-nav/index.html
@@ -33,7 +33,7 @@
<div class="masthead">
<h3 class="text-muted">Project name</h3>
- <div role="navigation">
+ <nav>
<ul class="nav nav-justified">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Projects</a></li>
@@ -42,7 +42,7 @@
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
- </div>
+ </nav>
</div>
<!-- Jumbotron -->