From e34250dae2e9e876cec8477d8bac69cbcaf201ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julien=20D=C3=A9ramond?= Date: Tue, 18 Oct 2022 22:14:14 +0200 Subject: [PATCH] Add callout to inform about the context of the stylized implementation --- site/content/docs/5.2/content/typography.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/5.2/content/typography.md b/site/content/docs/5.2/content/typography.md index 7330132810..deb37644a4 100644 --- a/site/content/docs/5.2/content/typography.md +++ b/site/content/docs/5.2/content/typography.md @@ -141,6 +141,10 @@ Change text alignment, transform, style, weight, line-height, decoration and col Stylized implementation of HTML's `` 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. {{< example >}} -- 2.47.2