diff options
| author | Chris Rebert <[email protected]> | 2014-11-11 19:29:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-11 19:29:56 -0800 |
| commit | 5ba52001952b6a0744fc17252c0a07b97a836583 (patch) | |
| tree | 10c236c477ea3317e50951c91317333f306e664d /docs/_includes | |
| parent | 3b2d1570fa85c0faac0e7da65b415e59996f4300 (diff) | |
| download | bootstrap-5ba52001952b6a0744fc17252c0a07b97a836583.tar.xz bootstrap-5ba52001952b6a0744fc17252c0a07b97a836583.zip | |
move carousel accessibility callout next to rest of callouts
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/carousel.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 30bbf2ede..c0afcdd5c 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -70,6 +70,11 @@ </div> {% endhighlight %} + <div class="bs-callout bs-callout-danger" id="callout-carousel-accessibility"> + <h4>Accessibility issue</h4> + <p>The carousel component is generally not compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.</p> + </div> + <div class="bs-callout bs-callout-warning" id="callout-carousel-transitions"> <h4>Transition animations not supported in Internet Explorer 8 & 9</h4> <p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p> @@ -132,11 +137,6 @@ </div> {% endhighlight %} - <div class="bs-callout bs-callout-danger"> - <h4>Accessibility issue</h4> - <p>The carousel component is generally not compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.</p> - </div> - <h2 id="carousel-usage">Usage</h2> <h3>Multiple carousels</h3> |
