Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc475d7d0d
commit
e1f69a237f
605 changed files with 15320 additions and 9495 deletions
1
site/layouts/partials/callouts/danger-async-methods.md
Normal file
1
site/layouts/partials/callouts/danger-async-methods.md
Normal file
|
@ -0,0 +1 @@
|
|||
**All API methods are asynchronous and start a transition.** They return to the caller as soon as the transition is started, but before it ends. In addition, a method call on a transitioning component will be ignored. [Learn more in our JavaScript docs.](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions)
|
|
@ -0,0 +1 @@
|
|||
**Why subtract .02px?** Browsers don't currently support [range context queries](https://www.w3.org/TR/mediaqueries-4/#range-context), so we work around the limitations of [`min-` and `max-` prefixes](https://www.w3.org/TR/mediaqueries-4/#mq-min-max) and viewports with fractional widths (which can occur under certain conditions on high-dpi devices, for instance) by using values with higher precision.
|
1
site/layouts/partials/callouts/info-npm-starter.md
Normal file
1
site/layouts/partials/callouts/info-npm-starter.md
Normal file
|
@ -0,0 +1 @@
|
|||
**Get started with Bootstrap via npm with our starter project!** Head to the [Sass & JS example](https://github.com/twbs/examples/tree/main/sass-js) template repository to see how to build and customize Bootstrap in your own npm project. Includes Sass compiler, Autoprefixer, Stylelint, PurgeCSS, and Bootstrap Icons.
|
|
@ -0,0 +1 @@
|
|||
The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility/#reduced-motion).
|
1
site/layouts/partials/callouts/info-sanitizer.md
Normal file
1
site/layouts/partials/callouts/info-sanitizer.md
Normal file
|
@ -0,0 +1 @@
|
|||
By default, this component uses the built-in content sanitizer, which strips out any HTML elements that are not explicitly allowed. See the [sanitizer section in our JavaScript documentation](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#sanitizer) for more details.
|
|
@ -0,0 +1 @@
|
|||
**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.
|
|
@ -0,0 +1 @@
|
|||
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.
|
1
site/layouts/partials/callouts/warning-input-support.md
Normal file
1
site/layouts/partials/callouts/warning-input-support.md
Normal file
|
@ -0,0 +1 @@
|
|||
Some date inputs types are [not fully supported](https://caniuse.com/input-datetime) by the latest versions of Safari and Firefox.
|
Loading…
Add table
Add a link
Reference in a new issue