aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/scrollspy.html
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-05-29 23:48:35 +0100
committerPatrick H. Lauke <[email protected]>2015-05-29 23:48:35 +0100
commit3b59b97c626bf2accef8217339b04712666c36d9 (patch)
tree4e15feb2d102434a9c53703e855fff6236de09f4 /docs/_includes/js/scrollspy.html
parent3487898a6af8c1d5b12f7b040d30e71b19e34923 (diff)
downloadbootstrap-3b59b97c626bf2accef8217339b04712666c36d9.tar.xz
bootstrap-3b59b97c626bf2accef8217339b04712666c36d9.zip
ensure divider list items have role="separator"
http://www.w3.org/TR/wai-aria/roles#separator
Diffstat (limited to 'docs/_includes/js/scrollspy.html')
-rw-r--r--docs/_includes/js/scrollspy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html
index afac356e1..adcce1f29 100644
--- a/docs/_includes/js/scrollspy.html
+++ b/docs/_includes/js/scrollspy.html
@@ -24,7 +24,7 @@
<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>
- <li class="divider"></li>
+ <li role="separator" class="divider"></li>
<li><a href="#three" tabindex="-1">three</a></li>
</ul>
</li>