html5/markup/elements dd.html,1.5,1.6 dt.html,1.5,1.6 p.html,1.6,1.7 time.html,1.5,1.6

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv14776/elements

Modified Files:
	dd.html dt.html p.html time.html 
Log Message:
updated status section

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dd.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dd.html	9 Sep 2009 07:52:00 -0000	1.5
+++ dd.html	28 Jan 2010 17:11:52 -0000	1.6
@@ -1,13 +1,11 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The dd element</h4>
-  <div id="shortdesc">description/value or span of discourse/quote</div>
+  <div id="shortdesc">description or value</div>
   <div id="longdesc">
     <p>The 
     <a href="#dd" class="element">dd</a>
-    element represents either a
-    <a href="#dd-description">description/value</a>
-    or a
-    <a href="#dd-discourse">span of discourse/quote</a>.</p>
+    element represents a
+    <a href="#dd-description">description or value</a>.</p>
   </div>
   <div id="tags">
     <p>A <code><a href="#dd">dd</a></code> element must have a
@@ -20,26 +18,14 @@
     more content in the parent element.</p>
   </div>
   <div id="details">
-    <p>If a <a href="#dd" class="element">dd</a> element’s parent
-    is a <a href="#dl" class="element">dl</a> element, then the 
-    <a href="#dd" class="element">dd</a> element represents
-    a
+    <p>The 
+    <a href="#dd" class="element">dd</a>
+    element represents the
     <dfn
       id="dd-description"
       title="dd-description"
-      >description/value</dfn>
+      >description or value</dfn>
     part of a term-description (name-value) grouping in a
     <a href="#description-list">description list</a>.</p>
-    <p>If a <a href="#dd" class="element">dd</a> element’s parent
-    is a <a href="#dialog" class="element">dialog</a> element,
-    then the <a href="#dd" class="element">dd</a> element
-    represents a
-    <dfn
-      id="dd-discourse"
-      title="dd-discourse"
-      >span of discourse/quote</dfn>
-    in a talker-discourse
-    (speaker-quote) pair in a
-    <a href="#conversation">conversation</a>.</p>
   </div>
 </div>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/elements/time.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- time.html	21 Aug 2009 13:10:59 -0000	1.5
+++ time.html	28 Jan 2010 17:11:53 -0000	1.6
@@ -11,6 +11,15 @@
       <dd>Specifies the date or time that the element
         represents.</dd>
     </dl>
+    <dl>
+      <dt id="time.attrs.pubdate">pubdate</dt>
+      <dd>Indicates that the date and time given by the element is
+        the publication date and time of the nearest ancestor
+        <a href="#article">article</a>
+        element — or, if the element has no ancestor
+        <a href="#article">article</a>
+        element, of the document as a whole.</dd>
+    </dl>
   </div>
   <div id="details">
     <p>If the

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dt.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dt.html	9 Sep 2009 07:52:00 -0000	1.5
+++ dt.html	28 Jan 2010 17:11:52 -0000	1.6
@@ -1,13 +1,11 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The dt element</h4>
-  <div id="shortdesc">term/name or talker/speaker</div>
+  <div id="shortdesc">term or name</div>
   <div id="longdesc">
     <p>The 
     <a href="#dt" class="element">dt</a>
-    element represents either a
-    <a href="#dt-term">term/name</a>
-    or a
-    <a href="#dt-talker">talker/speaker</a>.</p>
+    element represents a
+    <a href="#dt-term">term or name</a>.</p>
   </div>
   <div id="tags">
     <p>A <code><a href="#dt">dt</a></code> element must have a
@@ -19,25 +17,14 @@
     a <code><a href="#dd">dd</a></code> element.</p>
   </div>
   <div id="details">
-    <p>If a <a href="#dt" class="element">dt</a> element’s parent
-    is a <a href="#dl" class="element">dl</a> element, then the 
-    <a href="#dt" class="element">dt</a> element 
-    represents a
+    <p>The
+    <a href="#dt" class="element">dt</a>
+    element represents the
     <dfn
       id="dt-term"
       title="dt-term"
-      >term/name</dfn>
+      >term or name</dfn>
     part of a term-description (name-value) grouping in a
     <a href="#description-list">description list</a>.</p>
-    <p>If a <a href="#dt" class="element">dt</a> element’s parent
-    is a <a href="#dialog" class="element">dialog</a> element,
-    then the <a href="#dt" class="element">dt</a> element
-    represents a 
-    <dfn
-      id="dt-talker"
-      title="dt-talker"
-      >talker/speaker</dfn>
-    part of a talker-discourse (speaker-quote) pair in a
-    <a href="#conversation">conversation</a>.</p>
   </div>
 </div>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/elements/p.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- p.html	3 Sep 2009 02:39:07 -0000	1.6
+++ p.html	28 Jan 2010 17:11:53 -0000	1.7
@@ -14,7 +14,6 @@
     <code><a href="#article">article</a></code>,
     <code><a href="#aside">aside</a></code>,
     <code><a href="#blockquote">blockquote</a></code>,
-    <code><a href="#dialog">dialog</a></code>,
     <code>dir</code>,
     <code><a href="#div">div</a></code>,
     <code><a href="#dl">dl</a></code>,

Received on Thursday, 28 January 2010 17:11:57 UTC