- From: poot <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 20:13:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify where <dt> and <dd> are allowed with <figure> and <details> (whatwg r3860) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3025&r2=1.3026&f=h http://html5.org/tools/web-apps-tracker?from=3859&to=3860 =================================================================== 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:54 UTC