diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-11 23:52:52 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-11 23:52:52 +0000 |
| commit | 0681971c8aea1c4de4ae3878506477b835cacc6b (patch) | |
| tree | dbef8f4429c4ad50a28eff12686a7117ef9f3d83 /docs/_includes/js/scrollspy.html | |
| parent | bb89657bcb53a60d579d8fd9bbea56dde05dad8c (diff) | |
| download | bootstrap-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/_includes/js/scrollspy.html')
| -rw-r--r-- | docs/_includes/js/scrollspy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 8fa37d87f..25f5671c4 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -20,7 +20,7 @@ <li><a href="#fat">@fat</a></li> <li><a href="#mdo">@mdo</a></li> <li class="dropdown"> - <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a> + <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu" role="menu" aria-labelledby="navbarDrop1"> <li><a href="#one" tabindex="-1">one</a></li> <li><a href="#two" tabindex="-1">two</a></li> |
