]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
``<abbr>`` with title also useful for AT 15320/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Sun, 7 Dec 2014 15:17:49 +0000 (15:17 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Sun, 7 Dec 2014 20:56:38 +0000 (20:56 +0000)
...and remove the redundant paragraph for basic abbreviation, which
simply repeats what was just said above.

docs/_includes/css/type.html

index 18cd9646412f82c3afc985ab75c67fa3db39d84d..294a1df292ab4446e1ef07ae5d92726a6a28eb8e 100644 (file)
@@ -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>