[html5] r4278 - [ac] (0) Make <dt> optional in <details>.

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 17:54:13 PDT 2009


Author: ianh
Date: 2009-10-22 17:54:09 -0700 (Thu, 22 Oct 2009)
New Revision: 4278

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Make <dt> optional in <details>.

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 00:42:56 UTC (rev 4277)
+++ complete.html	2009-10-23 00:54:09 UTC (rev 4278)
@@ -39934,7 +39934,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code><a href=#the-dt-element>dt</a></code> element followed by one <code><a href=#the-dd-element>dd</a></code> element.</dd>
+   <dd>Optionally one <code><a href=#the-dt-element>dt</a></code> element, followed by one <code><a href=#the-dd-element>dd</a></code> element.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-details-open><a href=#attr-details-open>open</a></code></dd>
@@ -39953,9 +39953,10 @@
   footnotes</a> for details on how to mark up footnotes.</p>
 
   <p>The <span class=impl>first</span> <code><a href=#the-dt-element>dt</a></code> element child
-  of the element<span class=impl>, if any,</span>
-  <a href=#represents>represents</a> the summary of the details.  <span class=impl>If there is no child <code><a href=#the-dt-element>dt</a></code> element, the user
-  agent should provide its own legend (e.g. "Details").</span></p>
+  of the element, if any, <a href=#represents>represents</a> the summary of the
+  details. <span class=impl>If there is no child <code><a href=#the-dt-element>dt</a></code>
+  element, the user agent should provide its own legend
+  (e.g. "Details").</span></p>
 
   <p>The <span class=impl>first</span> <code><a href=#the-dd-element>dd</a></code> element child
   of the element<span class=impl>, if any,</span>
@@ -84080,8 +84081,8 @@
      <td><a href=#flow-content title="Flow content">flow</a>;
          <a href=#sectioning-root title="Sectioning root">sectioning root</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>
-     <td><code><a href=#the-dd-element>dd</a></code>*;
-         <code><a href=#the-dt-element>dt</a></code>*</td>
+     <td><code><a href=#the-dt-element>dt</a></code>*;
+         <code><a href=#the-dd-element>dd</a></code>*</td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
     <tr><th><code><a href=#the-footer-element>footer</a></code></th>

Modified: index
===================================================================
--- index	2009-10-23 00:42:56 UTC (rev 4277)
+++ index	2009-10-23 00:54:09 UTC (rev 4278)
@@ -39764,7 +39764,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code><a href=#the-dt-element>dt</a></code> element followed by one <code><a href=#the-dd-element>dd</a></code> element.</dd>
+   <dd>Optionally one <code><a href=#the-dt-element>dt</a></code> element, followed by one <code><a href=#the-dd-element>dd</a></code> element.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-details-open><a href=#attr-details-open>open</a></code></dd>
@@ -39783,9 +39783,10 @@
   footnotes</a> for details on how to mark up footnotes.</p>
 
   <p>The <span class=impl>first</span> <code><a href=#the-dt-element>dt</a></code> element child
-  of the element<span class=impl>, if any,</span>
-  <a href=#represents>represents</a> the summary of the details.  <span class=impl>If there is no child <code><a href=#the-dt-element>dt</a></code> element, the user
-  agent should provide its own legend (e.g. "Details").</span></p>
+  of the element, if any, <a href=#represents>represents</a> the summary of the
+  details. <span class=impl>If there is no child <code><a href=#the-dt-element>dt</a></code>
+  element, the user agent should provide its own legend
+  (e.g. "Details").</span></p>
 
   <p>The <span class=impl>first</span> <code><a href=#the-dd-element>dd</a></code> element child
   of the element<span class=impl>, if any,</span>
@@ -75137,8 +75138,8 @@
      <td><a href=#flow-content title="Flow content">flow</a>;
          <a href=#sectioning-root title="Sectioning root">sectioning root</a></td>
      <td><a href=#flow-content title="Flow content">flow</a></td>
-     <td><code><a href=#the-dd-element>dd</a></code>*;
-         <code><a href=#the-dt-element>dt</a></code>*</td>
+     <td><code><a href=#the-dt-element>dt</a></code>*;
+         <code><a href=#the-dd-element>dd</a></code>*</td>
      <td><a href=#global-attributes title="global attributes">globals</a></td>
      <td><code><a href=#htmlelement>HTMLElement</a></code></td>
     <tr><th><code><a href=#the-footer-element>footer</a></code></th>

Modified: source
===================================================================
--- source	2009-10-23 00:42:56 UTC (rev 4277)
+++ source	2009-10-23 00:54:09 UTC (rev 4278)
@@ -44600,7 +44600,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code>dt</code> element followed by one <code>dd</code> element.</dd>
+   <dd>Optionally one <code>dt</code> element, followed by one <code>dd</code> element.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-details-open">open</code></dd>
@@ -44621,10 +44621,10 @@
   footnotes</a> for details on how to mark up footnotes.</p>
 
   <p>The <span class="impl">first</span> <code>dt</code> element child
-  of the element<span class="impl">, if any,</span>
-  <span>represents</span> the summary of the details.  <span
-  class="impl">If there is no child <code>dt</code> element, the user
-  agent should provide its own legend (e.g. "Details").</span></p>
+  of the element, if any, <span>represents</span> the summary of the
+  details. <span class="impl">If there is no child <code>dt</code>
+  element, the user agent should provide its own legend
+  (e.g. "Details").</span></p>
 
   <p>The <span class="impl">first</span> <code>dd</code> element child
   of the element<span class="impl">, if any,</span>
@@ -92497,8 +92497,8 @@
      <td><span title="Flow content">flow</span>;
          <span title="Sectioning root">sectioning root</span></td>
      <td><span title="Flow content">flow</span></td>
-     <td><code>dd</code>*;
-         <code>dt</code>*</td>
+     <td><code>dt</code>*;
+         <code>dd</code>*</td>
      <td><span title="global attributes">globals</span></td>
      <td><code>HTMLElement</code></td>
     </tr>




More information about the Commit-Watchers mailing list