aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-11-11 23:52:52 +0000
committerPatrick H. Lauke <[email protected]>2014-11-11 23:52:52 +0000
commit0681971c8aea1c4de4ae3878506477b835cacc6b (patch)
treedbef8f4429c4ad50a28eff12686a7117ef9f3d83 /docs/examples/carousel
parentbb89657bcb53a60d579d8fd9bbea56dde05dad8c (diff)
downloadbootstrap-0681971c8aea1c4de4ae3878506477b835cacc6b.tar.xz
bootstrap-0681971c8aea1c4de4ae3878506477b835cacc6b.zip
Wash-up of some stray dropdown examples
adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button"
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 6ffc66d5a..528ab5ad2 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -49,7 +49,7 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>