From a4e737c412e23d05464b2f99de1f3198e6147c81 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 22 Oct 2022 01:49:42 +0100 Subject: [PATCH] Tweak callout wording --- site/content/docs/5.2/components/carousel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.2/components/carousel.md b/site/content/docs/5.2/components/carousel.md index 883f7faef8..7ccdb73f5f 100644 --- a/site/content/docs/5.2/components/carousel.md +++ b/site/content/docs/5.2/components/carousel.md @@ -17,9 +17,9 @@ The carousel is a slideshow for cycling through a series of content, built with Note that nested carousels are not supported. You should also be aware that carousels can often cause usability and accessibility challenges. {{< callout warning >}} -For performance reasons, carousels must be manually initialized using the [carousel constructor method](#methods). Without initialization, some of the event listeners (specifically, the events needed touch/swipe support) will not be registered until a user has explicitly activated the previous/next controls, if present. +For performance reasons, carousels must be manually initialized using the [carousel constructor method](#methods). Without initialization, some of the event listeners (specifically, the events needed touch/swipe support) will not be registered until a user has explicitly activated a control or indicator. -The only exception are [autoplaying carousels](#autoplaying-carousel) using the `data-bs-ride="carousel"` attribute – these are initialized automatically on the page load. +The only exception are [autoplaying carousels](#autoplaying-carousel) using the `data-bs-ride="carousel"` attribute – these are initialized automatically on page load. {{< /callout >}} ## Basic examples