Skip to content

Commit

Permalink
[e] (0) Clarify where <dt> and <dd> are allowed with <figure> and <de…
Browse files Browse the repository at this point in the history
…tails>

git-svn-id: http://svn.whatwg.org/webapps@3860 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2009
1 parent 9c490f2 commit 0c0db9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -14918,8 +14918,8 @@ first matching case):&lt;/p&gt;
<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>
Expand Down Expand Up @@ -14947,8 +14947,8 @@ first matching case):&lt;/p&gt;
<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>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -15862,8 +15862,8 @@ first matching case):&lt;/p&gt;
<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>
Expand Down Expand Up @@ -15894,8 +15894,8 @@ first matching case):&lt;/p&gt;
<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>
Expand Down

0 comments on commit 0c0db9c

Please sign in to comment.