aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 0f686c32e..2412b2206 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>
@@ -633,9 +633,11 @@
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
+ <span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
+ <span class="sr-only">Next</span>
</a>
</div>