mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add callout to inform about the context of the stylized implementation
This commit is contained in:
parent
8a418cc9aa
commit
e34250dae2
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ Change text alignment, transform, style, weight, line-height, decoration and col
|
||||||
|
|
||||||
Stylized implementation of HTML's `<abbr>` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.
|
Stylized implementation of HTML's `<abbr>` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.
|
||||||
|
|
||||||
|
{{< callout info >}}
|
||||||
|
This stylized implementation will only be rendered if the primary input mechanism can conveniently hover over elements.
|
||||||
|
{{< /callout >}}
|
||||||
|
|
||||||
Add `.initialism` to an abbreviation for a slightly smaller font-size.
|
Add `.initialism` to an abbreviation for a slightly smaller font-size.
|
||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
|
|
Loading…
Reference in a new issue