aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-28 17:21:58 -0700
committerChris Rebert <[email protected]>2014-05-28 17:21:58 -0700
commit5a1614466d02f1379287b8053a19fa90117ea7a8 (patch)
treebb86074f95a9c8a65d5468d38feced8b44fea33b /docs/examples/carousel
parentad34c3b061b1b565dc087dfb8679292cf8e828d4 (diff)
parent95ff94091ec63db6818b996fff71ef9f22498bf2 (diff)
downloadbootstrap-5a1614466d02f1379287b8053a19fa90117ea7a8.tar.xz
bootstrap-5a1614466d02f1379287b8053a19fa90117ea7a8.zip
Merge pull request #13700 from twbs/role-menu-all-the-things
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
Diffstat (limited to 'docs/examples/carousel')
-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>