From a5f4046d38231163c63be8e68c6551b906f272e9 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Thu, 21 Jan 2016 10:28:05 +1000 Subject: [PATCH] Document .small and .mark classes These are available in _type.scss but not documented. These classes are useful for styling without adding semantics. --- docs/content/typography.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/typography.md b/docs/content/typography.md index 30b9ca0ded..ddda8333d8 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 `` and `` in HTML5. `` is meant to highlight words or phrases without conveying additional importance while `` 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 `` 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.