html5/html4-differences Overview.src.html,1.120,1.121 Overview.html,1.143,1.144

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv10911

Modified Files:
	Overview.src.html Overview.html 
Log Message:
changed elements Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12640

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Overview.html	9 May 2011 22:19:04 -0000	1.143
+++ Overview.html	10 May 2011 08:04:45 -0000	1.144
@@ -30,13 +30,13 @@
 
    <h1 id=html5-diff>HTML5 differences from HTML4</h1>
 
-   <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 9 May 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 10 May 2011</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-html5-diff-20110509//">http://www.w3.org/TR/2011/ED-html5-diff-20110509/</a>
+     href="http://www.w3.org/TR/2011/ED-html5-diff-20110510//">http://www.w3.org/TR/2011/ED-html5-diff-20110510/</a>
 
     <dt>Latest Published Version:
 
@@ -127,7 +127,7 @@
    can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    index</a> at http://www.w3.org/TR/.</em>
 
-  <p>This is the 9 May 2011 Editor's Draft produced by the <a
+  <p>This is the 10 May 2011 Editor's Draft produced by the <a
    href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
    href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
    Group intends to publish this document as a <a
@@ -900,18 +900,19 @@
     <p>The <code>a</code> element without an <code>href</code> attribute now
      represents a placeholder for where a link otherwise might have been
      placed. It can also contain flow content rather than being restricted to
-     phrase content.
+     phrasing content.
 
    <li>
     <p>The <code>address</code> element is now scoped by the new concept of
      sectioning.
 
    <li>
-    <p>The <code>b</code> element now represents a span of text to be
-     stylistically offset from the normal prose without conveying any extra
-     importance, such as keywords in a document abstract, product names in a
-     review, or other spans of text whose typical typographic presentation is
-     emboldened.
+    <p>The <code>b</code> element now represents a span of text 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.
 
    <li>
     <p>The <code>cite</code> element now solely represents the title of a
@@ -922,16 +923,23 @@
      up the name of a person is no longer considered conforming.
 
    <li>
+    <p>The <code>dl</code> element now represents an association list of
+     name-value groups, and is no longer said to be appropriate for dialogue.
+
+   <li>
+    <p>The <code>head</code> element no longer allows the <code>object</code>
+     element as child.
+
+   <li>
     <p>The <code>hr</code> element now represents a paragraph-level thematic
      break.
 
    <li>
     <p>The <code>i</code> element now represents 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, or some other prose whose
-     typical typographic presentation is italicized. Usage varies widely by
-     language.
+     alternate voice or mood, or otherwise offset from the normal 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.
 
    <li>
     <p>For the <code>label</code> element the browser should no longer move
@@ -947,20 +955,18 @@
      accurate or no longer relevant.
 
    <li>
-    <p>The <code>small</code> element now represents small print (for side
-     comments and legal print).
+    <p>The <code>small</code> element now represents side comments such as
+     small print.
 
    <li>
     <p>The <code>strong</code> element now represents importance rather than
      strong emphasis.
 
    <li>
-    <p>The <code>head</code> element no longer allows the <code>object</code>
-     element as child.
-
-   <li>
-    <p>The <code>dl</code> element now represents an association list of
-     name-value groups, and is no longer said to be appropriate for dialogue.
+    <p>The u element now represents a span of text with an unarticulated,
+     though explicitly rendered, non-textual annotation, such as labeling the
+     text as being a proper name in Chinese text (a Chinese proper name
+     mark), or labeling the text as being misspelt.
   </ul>
 
   <h3 id=changed-attributes><span class=secno>3.4. </span>Changed attributes</h3>
@@ -1274,7 +1280,7 @@
 
   <h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 5
    April 2011</h3>
-  <!-- rev 5974 -  -->
+  <!-- rev 5974 - 6124... -->
 
   <ul>
    <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Overview.src.html	9 May 2011 22:19:04 -0000	1.120
+++ Overview.src.html	10 May 2011 08:04:45 -0000	1.121
@@ -706,16 +706,12 @@
       <li><p>The <code>a</code> element without an <code>href</code>
       attribute now represents a placeholder for where a link otherwise
       might have been placed. It can also contain flow content rather than
-      being restricted to phrase content.</p></li>
+      being restricted to phrasing content.</p></li>
 
       <li><p>The <code>address</code> element is now scoped by the new
       concept of sectioning.</p></li>
 
-      <li><p>The <code>b</code> element now represents a span of text to be
-      stylistically offset from the normal prose without conveying any extra
-      importance, such as keywords in a document abstract, product names in
-      a review, or other spans of text whose typical typographic
-      presentation is emboldened.</p></li>
+      <li><p>The <code>b</code> element now represents a span of text 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></li>
 
       <li><p>The <code>cite</code> element now solely represents the title
       of a work (e.g. a book, a paper, an essay, a poem, a score, a song, a
@@ -725,15 +721,16 @@
       mark up the name of a person is no longer considered
       conforming.</p></li>
 
+      <li><p>The <code>dl</code> element now represents an association list of
+      name-value groups, and is no longer said to be appropriate for dialogue.</p></li>
+
+      <li><p>The <code>head</code> element no longer allows the
+      <code>object</code> element as child.</p></li>
+
       <li><p>The <code>hr</code> element now represents a paragraph-level
       thematic break.
 
-      <li><p>The <code>i</code> element now represents 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, or some other prose whose
-      typical typographic presentation is italicized. Usage varies widely by
-      language.</p></li>
+      <li><p>The <code>i</code> element now represents a span of text in an alternate voice or mood, or otherwise offset from the normal 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></li>
 
       <li><p>For the <code>label</code> element the browser should no longer
       move focus from the label to the control unless such behavior is standard
@@ -745,17 +742,13 @@
       <li><p>The <code>s</code> element now represents contents that are no
       longer accurate or no longer relevant.</p></li>
 
-      <li><p>The <code>small</code> element now represents small print (for
-      side comments and legal print).</p></li>
+      <li><p>The <code>small</code> element now represents side comments such as small print.</p></li>
 
       <li><p>The <code>strong</code> element now represents importance rather
       than strong emphasis.</p></li>
 
-      <li><p>The <code>head</code> element no longer allows the
-      <code>object</code> element as child.</p></li>
+      <li><p>The u element now represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.</p></li>
 
-      <li><p>The <code>dl</code> element now represents an association list of
-      name-value groups, and is no longer said to be appropriate for dialogue.</p></li>
     </ul>
 
 
@@ -1067,7 +1060,7 @@
     <p>The changes in the changelogs are in rough chronological order.</p>
 
 
-    <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 -  -->
+    <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6124... -->
 
     <ul>
      <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has been replaced with a <code>getValues()</code> method.

Received on Tuesday, 10 May 2011 08:04:51 UTC