diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-12 01:19:39 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-12 01:19:39 +0100 |
| commit | 56f41561260651fc67fcbe7ce65f7aa7fc79788f (patch) | |
| tree | 3bc16642272df302e52fdcc6de97374702052493 /docs/examples/carousel | |
| parent | 03d7512cc0f7153205d87cfb3276f3f2f7d1c32c (diff) | |
| parent | 0681971c8aea1c4de4ae3878506477b835cacc6b (diff) | |
| download | bootstrap-56f41561260651fc67fcbe7ce65f7aa7fc79788f.tar.xz bootstrap-56f41561260651fc67fcbe7ce65f7aa7fc79788f.zip | |
Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks
Wash-up of some stray dropdown examples
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 3d4d3b836..0bc56ad8f 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> |
