aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components/popovers.md
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12Fix Default values and Description content in options table (#39846)zcl1-4/+4
* Fix Default values and Description content in options table * update default value
2024-03-06Fix various redirectsXhmikosR1-2/+2
2023-10-12Fix `getOrCreateInstance()` doc example (#39281)Julien Déramond1-1/+1
2023-07-29Docs: Fix popover template role error (#38978)Christian Oliff1-1/+1
I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.
2023-03-27Add detailed explanation of the JS components configuration merging process ↵GeoSot1-2/+2
(#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <[email protected]>
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke1-1/+1
* Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]>
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto1-9/+5
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+284
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>