html5/spec Overview.html,1.4882,1.4883

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27255

Modified Files:
	Overview.html 
Log Message:
clarify element definitions (whatwg r6079)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4882
retrieving revision 1.4883
diff -u -d -r1.4882 -r1.4883
--- Overview.html	5 May 2011 06:49:14 -0000	1.4882
+++ Overview.html	5 May 2011 07:15:18 -0000	1.4883
@@ -17329,10 +17329,9 @@
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="#represents">represents</a> a span of text
   in an alternate voice or mood, or otherwise offset from the normal
-  prose, such as a taxonomic designation, a technical term, an
-  idiomatic phrase from another language, a thought, a ship name in
-  Western texts, or some other prose whose typical typographic
-  presentation is italicized.<p>Terms in languages different from the main text should be
+  prose in a manner indicating a different quality of text, such as a
+  taxonomic designation, a technical term, an idiomatic phrase from
+  another language, a thought, or a ship name in Western texts.<p>Terms in languages different from the main text should be
   annotated with <code title="attr-lang"><a href="#attr-lang">lang</a></code> attributes (or,
   in XML, <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code>
   attributes in the <span>XML namespace</span></a>).<div class="example">
@@ -17374,10 +17373,11 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="#represents">represents</a> a span of text
-  to be stylistically offset from the normal prose without conveying
-  any extra importance, such as key words in a document abstract,
-  product names in a review, or other spans of text whose typical
-  typographic presentation is boldened.<div class="example">
+  to which attention is being drawn for utilitarian purposes without
+  conveying any extra importance and with no implication of an
+  alternate voice or mood, such as key words in a document abstract,
+  product names in a review, actionable words in interactive
+  text-driven software, or an article lede.<div class="example">
    <p>The following example shows a use of the <code><a href="#the-b-element">b</a></code> element
    to highlight key words without marking them up as important:</p>
    <pre>&lt;p&gt;The &lt;b&gt;frobonitor&lt;/b&gt; and &lt;b&gt;barbinator&lt;/b&gt; components are fried.&lt;/p&gt;</pre>

Received on Thursday, 5 May 2011 07:15:23 UTC