- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 13:56:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Oops, gave the wrong content model for <figure>. (whatwg r4717) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3765&r2=1.3766&f=h http://html5.org/tools/web-apps-tracker?from=4716&to=4717 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3765 retrieving revision 1.3766 diff -u -d -r1.3765 -r1.3766 --- Overview.html 14 Feb 2010 04:47:47 -0000 1.3765 +++ Overview.html 14 Feb 2010 04:56:45 -0000 1.3766 @@ -13584,9 +13584,9 @@ <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>Either: One <code><a href="#the-figcaption-element">figcaption</a></code> element followed by <a href="#phrasing-content">phrasing content</a>.</dd> - <dd>Or: <a href="#phrasing-content">Phrasing content</a> followed by one <code><a href="#the-figcaption-element">figcaption</a></code> element.</dd> - <dd>Or: <a href="#phrasing-content">Phrasing content</a>.</dd> + <dd>Either: One <code><a href="#the-figcaption-element">figcaption</a></code> element followed by <a href="#flow-content">flow content</a>.</dd> + <dd>Or: <a href="#flow-content">Flow content</a> followed by one <code><a href="#the-figcaption-element">figcaption</a></code> element.</dd> + <dd>Or: <a href="#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> <dd><a href="#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt>
Received on Sunday, 14 February 2010 04:57:24 UTC