- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 21:48:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21203
Modified Files:
Overview.html
Log Message:
Recommend use of class='' with <b>. (whatwg r4896)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3916
retrieving revision 1.3917
diff -u -d -r1.3916 -r1.3917
--- Overview.html 29 Mar 2010 06:08:01 -0000 1.3916
+++ Overview.html 29 Mar 2010 21:48:09 -0000 1.3917
@@ -15673,12 +15673,16 @@
marked up:</p>
<pre><article>
<h2>Kittens 'adopted' by pet rabbit</h2>
- <p><b>Six abandoned kittens have found an unexpected new
- mother figure — a pet rabbit.</b></p>
+ <p><b class="lede">Six abandoned kittens have found an
+ unexpected new mother figure — a pet rabbit.</b></p>
<p>Veterinary nurse Melanie Humble took the three-week-old
kittens to her Aberdeen home.</p>
<i>[...]</i></pre>
- </div><p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when
+ </div><p>As with the <code><a href="#the-i-element">i</a></code> element, authors are encouraged to use
+ the <code title="attr-class"><a href="#classes">class</a></code> attribute on the
+ <code><a href="#the-b-element">b</a></code> element to identify why the element is being used, so
+ that if the style of a particular use is to be changed at a later
+ date, the author doesn't have to go through annotating each use.<p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when
no other element is more appropriate. In particular, headings should
use the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> to <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements, stress emphasis
should use the <code><a href="#the-em-element">em</a></code> element, importance should be denoted
Received on Monday, 29 March 2010 21:48:15 UTC