]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move carousel accessibility callout next to rest of callouts
authorChris Rebert <code@rebertia.com>
Wed, 12 Nov 2014 03:29:56 +0000 (19:29 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 12 Nov 2014 03:29:56 +0000 (19:29 -0800)
docs/_includes/js/carousel.html

index 30bbf2edee652784a1297a8702d9e6dffcd8f28a..c0afcdd5c7f106c22869d447f88f27f4d35a2329 100644 (file)
 </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 &amp; 9</h4>
     <p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 &amp; 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>
 </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>