]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix description of <mark>
authorChris Rebert <github@rebertia.com>
Mon, 17 Mar 2014 10:15:27 +0000 (03:15 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 17 Mar 2014 10:15:27 +0000 (03:15 -0700)
#12956 errata

docs/_includes/css/type.html

index 80e30cd425b5118253490243871deecc19f16dbd..2ea0465199b46755f15646ed44f2cde47d8da4e3 100644 (file)
   <!-- Inline text elements -->
   <h2 id="type-inline-text">Inline text elements</h2>
   <h3>Marked text</h3>
-  <p>For indicating blocks of text that have been deleted use the <code>&lt;mark&gt;</code> tag.</p>
+  <p>For highlighting a run of text due to its relevance in another context, use the <code>&lt;mark&gt;</code> tag.</p>
   <div class="bs-example">
     <p>You can use the mark tag to <mark>highlight</mark> text.</p>
   </div>