html5/spec Overview.html,1.3765,1.3766

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5472

Modified Files:
	Overview.html 
Log Message:
Oops, gave the wrong content model for <figure>. (whatwg r4717)

Index: Overview.html
===================================================================
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:56:50 UTC