Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2014-12-07 18:17:49 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2014-12-07 23:56:38 +0300
commit202f1f8d69b119fd63d6788ee98e40321f53423b (patch)
treec202dd65a45407eb720b5f5e07f5eee6dd2aca93 /docs
parent353d8395aea20dad7d59bb54b8972a29ab2cb6e2 (diff)
``<abbr>`` with title also useful for AT
...and remove the redundant paragraph for basic abbreviation, which simply repeats what was just said above.
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/type.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 18cd964641..294a1df292 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -220,10 +220,9 @@ You can use the mark tag to <mark>highlight</mark> text.
<!-- Abbreviations -->
<h2 id="type-abbreviations">Abbreviations</h2>
- <p>Stylized implementation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
+ <p>Stylized implementation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover and to users of assistive technologies.</p>
<h3>Basic abbreviation</h3>
- <p>For expanded text on long hover of an abbreviation, include the <code>title</code> attribute with the <code>&lt;abbr&gt;</code> element.</p>
<div class="bs-example" data-example-id="simple-abbr">
<p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p>
</div>