diff options
| author | Matthew Pennell <[email protected]> | 2011-08-20 23:08:58 +0200 |
|---|---|---|
| committer | Matthew Pennell <[email protected]> | 2011-08-20 23:08:58 +0200 |
| commit | 52e9f7eb6e3a3cb68756baeee9ec838440d8ab3b (patch) | |
| tree | bbb221df47d02740af739589b9d42fede3164f44 /docs | |
| parent | fa2bde05204e34e737f8efb6f8c957cd98b4b28a (diff) | |
| download | bootstrap-52e9f7eb6e3a3cb68756baeee9ec838440d8ab3b.tar.xz bootstrap-52e9f7eb6e3a3cb68756baeee9ec838440d8ab3b.zip | |
Corrected semantic definitions of strong, em and b in Typography section.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 8c6c43515..04a2f071a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -285,10 +285,10 @@ </div> <div class="span12 columns"> <h4>When to use</h4> - <p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to add visual distinction between a word or phrase and its surrounding copy. Use <code><strong></code> for plain old attention and <code><em></code> for <em>slick</em> attention and titles.</p> + <p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p> <h3>Emphasis in a paragraph</h3> <p><a href="">Fusce dapibus</a>, <strong>tellus ac cursus commodo</strong>, <em>tortor mauris condimentum nibh</em>, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.</p> - <p><strong>Note:</strong> It’s still okay to use <code><b></code> and <code><i></code> tags in HTML5, but they don’t come with inherent styles anymore. <code><b></code> is meant to convey importance while <code><i></code> is mostly for voice, technical terms, etc.</p> + <p><strong>Note:</strong> It‚Äôs still okay to use <code><b></code> and <code><i></code> tags in HTML6, but they don‚Äôt come with inherent styles anymore. <code><b></code> is meant to highlight words or phrases without conveying additional importance, while <code><i></code> is mostly for voice, technical terms, etc.</p> <h3>Addresses</h3> <p>The <code>address</code> element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:</p> <address> |
