aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/typography.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md
index 30b9ca0de..ddda8333d 100644
--- a/docs/content/typography.md
+++ b/docs/content/typography.md
@@ -134,6 +134,8 @@ Styling for common inline HTML5 elements.
While not shown above, feel free to use `<b>` and `<i>` in HTML5. `<b>` is meant to highlight words or phrases without conveying additional importance while `<i>` is mostly for voice, technical terms, etc.
+Corresponding classes `.small` and `.mark` are also available and apply the respective styles without introducing additional semantics.
+
## Abbreviations
Stylized implementation of HTML's `<abbr>` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a `title` attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover and to users of assistive technologies.