aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/index.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-28 17:05:54 -0700
committerChris Rebert <[email protected]>2014-05-28 17:18:22 -0700
commit95ff94091ec63db6818b996fff71ef9f22498bf2 (patch)
treebb86074f95a9c8a65d5468d38feced8b44fea33b /docs/examples/carousel/index.html
parentad34c3b061b1b565dc087dfb8679292cf8e828d4 (diff)
downloadbootstrap-95ff94091ec63db6818b996fff71ef9f22498bf2.tar.xz
bootstrap-95ff94091ec63db6818b996fff71ef9f22498bf2.zip
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
Docs audit prompted by #13697. [skip sauce]
Diffstat (limited to 'docs/examples/carousel/index.html')
-rw-r--r--docs/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index b1bc35f4e..4b18e353c 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -53,7 +53,7 @@
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
- <ul class="dropdown-menu">
+ <ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>