Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-06-09 08:34:13 +0300
committerGeoSot <geo.sotis@gmail.com>2022-06-09 20:57:21 +0300
commit31ac201d41eba394cf8edf3327ddc03317aa19ae (patch)
tree71433d39acb3dc2fce6f21547502fb7045cb50f5
parentbf8c889a7ff3526b98bc17ed7a007bc29869136b (diff)
Update site/layouts/partials/callout-warning-data-bs-title-vs-title.mdmain-jd-refine-popovers-and-tooltips-examples-for-stackblitz
Co-authored-by: Mark Otto <markd.otto@gmail.com>
-rw-r--r--site/layouts/partials/callout-warning-data-bs-title-vs-title.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/callout-warning-data-bs-title-vs-title.md b/site/layouts/partials/callout-warning-data-bs-title-vs-title.md
index c62b5de5b6..e932f22ad9 100644
--- a/site/layouts/partials/callout-warning-data-bs-title-vs-title.md
+++ b/site/layouts/partials/callout-warning-data-bs-title-vs-title.md
@@ -1 +1 @@
-Note that `title` attribute can be used instead of `data-bs-title` and will be removed and rendered directly in the Popper element.
+Feel free to use either `title` or `data-bs-title` in your HTML. When `title` is used, Popper will replace it automatically with `data-bs-title` when the element is rendered.