0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #18982 from davidjb/patch-4

Document .small and .mark classes
This commit is contained in:
Chris Rebert 2016-01-20 17:42:37 -08:00
commit 2a0c80758b

View File

@ -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.