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 @@ {% endhighlight %} +
The carousel component is generally not compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.
+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.
@@ -132,11 +137,6 @@The carousel component is generally not compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.
-