- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 11:12:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10721 Modified Files: Overview.html Log Message: Clarify where <dt> and <dd> are allowed with <figure> and <details> (whatwg r3860) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3025 retrieving revision 1.3026 diff -u -d -r1.3025 -r1.3026 --- Overview.html 15 Sep 2009 11:03:52 -0000 1.3025 +++ Overview.html 15 Sep 2009 11:12:55 -0000 1.3026 @@ -13149,8 +13149,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> @@ -13169,8 +13169,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>
Received on Tuesday, 15 September 2009 11:13:12 UTC