[html5] r3860 - [e] (0) Clarify where <dt> and <dd> are allowed with <figure> and <details>

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 15 04:18:27 PDT 2009


Author: ianh
Date: 2009-09-15 04:18:26 -0700 (Tue, 15 Sep 2009)
New Revision: 3860

Modified:
   index
   source
Log:
[e] (0) Clarify where <dt> and <dd> are allowed with <figure> and <details>

Modified: index
===================================================================
--- index	2009-09-15 11:09:22 UTC (rev 3859)
+++ index	2009-09-15 11:18:26 UTC (rev 3860)
@@ -14918,8 +14918,8 @@
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code><a href=#the-dd-element>dd</a></code> or <code><a href=#the-dt-element>dt</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
-   <dd>As a child of a <code><a href=#the-figure-element>figure</a></code> element.</dd>
-   <dd>As a child of a <code><a href=#the-details-element>details</a></code> element.</dd>
+   <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dt-element>dt</a></code> element children.</dd>
+   <dd>As the first child of a <code><a href=#the-details-element>details</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>When the parent node is a <code><a href=#the-figure-element>figure</a></code> element: <a href=#flow-content>flow content</a>, but with no descendant <code><a href=#the-figure-element>figure</a></code> elements.</dd>
    <dd>Otherwise: <a href=#phrasing-content>phrasing content</a>.</dd>   
@@ -14947,8 +14947,8 @@
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code><a href=#the-dt-element>dt</a></code> or <code><a href=#the-dd-element>dd</a></code> elements inside <code><a href=#the-dl-element>dl</a></code> elements.</dd>
-   <dd>As a child of a <code><a href=#the-figure-element>figure</a></code> element.</dd>
-   <dd>As a child of a <code><a href=#the-details-element>details</a></code> element.</dd>
+   <dd>In a <code><a href=#the-figure-element>figure</a></code> element containing no other <code><a href=#the-dd-element>dd</a></code> element children.</dd>
+   <dd>As the last child of a <code><a href=#the-details-element>details</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
    <dt>Content attributes:</dt>

Modified: source
===================================================================
--- source	2009-09-15 11:09:22 UTC (rev 3859)
+++ source	2009-09-15 11:18:26 UTC (rev 3860)
@@ -15862,8 +15862,8 @@
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Before <code>dd</code> or <code>dt</code> elements inside <code>dl</code> elements.</dd>
-   <dd>As a child of a <code>figure</code> element.</dd>
-   <dd>As a child of a <code>details</code> element.</dd>
+   <dd>In a <code>figure</code> element containing no other <code>dt</code> element children.</dd>
+   <dd>As the first child of a <code>details</code> element.</dd>
    <dt>Content model:</dt>
    <dd>When the parent node is a <code>figure</code> element: <span>flow content</span>, but with no descendant <code>figure</code> elements.</dd>
    <dd>Otherwise: <span>phrasing content</span>.</dd>   
@@ -15894,8 +15894,8 @@
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>After <code>dt</code> or <code>dd</code> elements inside <code>dl</code> elements.</dd>
-   <dd>As a child of a <code>figure</code> element.</dd>
-   <dd>As a child of a <code>details</code> element.</dd>
+   <dd>In a <code>figure</code> element containing no other <code>dd</code> element children.</dd>
+   <dd>As the last child of a <code>details</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
    <dt>Content attributes:</dt>




More information about the Commit-Watchers mailing list