aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme/index.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-07-07 20:09:58 -0700
committerChris Rebert <[email protected]>2014-07-07 20:09:58 -0700
commitb83bf671a186ba8ddd45c69e588a02dd5ef41b30 (patch)
treee22a2f3a10a29b3c98ba37f6264669307532c70b /docs/examples/theme/index.html
parent5d1abf8b380aa94be26f52a662636cc6501fec2d (diff)
parent94eff8c159359c52eaebb6db6611ca337a557fd7 (diff)
downloadbootstrap-b83bf671a186ba8ddd45c69e588a02dd5ef41b30.tar.xz
bootstrap-b83bf671a186ba8ddd45c69e588a02dd5ef41b30.zip
Merge pull request #14071 from twbs/carousel-inner-role-listbox
add role="listbox" to .carousel-inner to improve accessibility of Carousels
Diffstat (limited to 'docs/examples/theme/index.html')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 0f686c32e..8a956e1e3 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -620,7 +620,7 @@
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
- <div class="carousel-inner">
+ <div class="carousel-inner" role="listbox">
<div class="item active">
<img data-src="holder.js/1140x500/auto/#777:#555/text:First slide" alt="First slide">
</div>