]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak wording for no-touch carousel (#32688)
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 6 Jan 2021 00:59:44 +0000 (00:59 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 00:59:44 +0000 (00:59 +0000)
based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639

site/content/docs/5.0/components/carousel.md

index 6aa9f614fa99ebd1d50bbc93e837922816bc7cd6..49bb0f9bf1784ee54ea6d2348d54a2cb5d1504ef 100644 (file)
@@ -206,9 +206,9 @@ Add `data-bs-interval=""` to a `.carousel-item` to change the amount of time to
 </div>
 {{< /example >}}
 
-### Suppressing touch swiping
+### Disable touch swiping
 
-By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-bs-touch` attribute. The example below also does not include the `data-bs-ride` attribute, and has `data-bs-interval="false"`, meaning that it won't autoplay.
+Carousels support swiping left/right on touchscreen devices to move between slides. This can be disabled using the `data-bs-touch` attribute. The example below also does not include the `data-bs-ride` attribute and has `data-bs-interval="false"` so it doesn't autoplay.
 
 {{< example >}}
 <div id="carouselExampleControlsNoTouching" class="carousel slide" data-bs-touch="false" data-bs-interval="false">