aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
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/examples/carousel
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/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 11710ddf7..28d1aafce 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -55,7 +55,7 @@
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
- <li class="divider"></li>
+ <li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>