[html5] r6079 - [a] (0) clarify element definitions Fixing http://www.w3.org/Bugs/Public/show_bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 00:15:13 PDT 2011


Author: ianh
Date: 2011-05-05 00:15:12 -0700 (Thu, 05 May 2011)
New Revision: 6079

Modified:
   complete.html
   index
   source
Log:
[a] (0) clarify element definitions
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12178

Modified: complete.html
===================================================================
--- complete.html	2011-05-05 06:49:07 UTC (rev 6078)
+++ complete.html	2011-05-05 07:15:12 UTC (rev 6079)
@@ -20671,10 +20671,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>
+  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=#attr-lang>lang</a></code> attributes (or,
@@ -20731,10 +20730,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.</p>
+  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

Modified: index
===================================================================
--- index	2011-05-05 06:49:07 UTC (rev 6078)
+++ index	2011-05-05 07:15:12 UTC (rev 6079)
@@ -20696,10 +20696,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>
+  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=#attr-lang>lang</a></code> attributes (or,
@@ -20756,10 +20755,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.</p>
+  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

Modified: source
===================================================================
--- source	2011-05-05 06:49:07 UTC (rev 6078)
+++ source	2011-05-05 07:15:12 UTC (rev 6079)
@@ -22214,10 +22214,9 @@
 
   <p>The <code>i</code> element <span>represents</span> 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>
+  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">lang</code> attributes (or,
@@ -22277,10 +22276,11 @@
   </dl>
 
   <p>The <code>b</code> element <span>represents</span> 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>
+  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>b</code> element




More information about the Commit-Watchers mailing list