html5/spec common-dom-interfaces.html,1.43,1.44 spec.html,1.1471,1.1472 text-level-semantics.html,1.1034,1.1035

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

Modified Files:
	common-dom-interfaces.html spec.html text-level-semantics.html 
Log Message:
clarify element definitions (whatwg r6079)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1034
retrieving revision 1.1035
diff -u -d -r1.1034 -r1.1035
--- text-level-semantics.html	3 May 2011 19:47:20 -0000	1.1034
+++ text-level-semantics.html	5 May 2011 07:46:44 -0000	1.1035
@@ -1486,10 +1486,9 @@
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="rendering.html#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><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><p>Terms in languages different from the main text should be
   annotated with <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code> attributes (or,
   in XML, <a href="elements.html#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code>
   attributes in the <span>XML namespace</span></a>).</p><div class="example">
@@ -1531,10 +1530,11 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="rendering.html#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.</p><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.</p><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>

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- common-dom-interfaces.html	5 May 2011 00:47:14 -0000	1.43
+++ common-dom-interfaces.html	5 May 2011 07:46:44 -0000	1.44
@@ -1278,7 +1278,7 @@
 
      <dt>If <var title="">input</var> is an Object object</dt>
 
-     <dd><p>Let <var title="">output</var> be a newly constructed empty <code><a href="the-iframe-element.html#the-object-element">Object</a></code> object.</p></dd>
+     <dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object.</p></dd>
 
      <dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>, <code><a href="webappapis.html#function">Function</a></code>)</dt>
      <dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1471
retrieving revision 1.1472
diff -u -d -r1.1471 -r1.1472
--- spec.html	5 May 2011 06:46:45 -0000	1.1471
+++ spec.html	5 May 2011 07:46:44 -0000	1.1472
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4881.
+This is revision 1.4883.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 5 May 2011 07:46:48 UTC