[html5] r4717 - [e] (0) Oops, gave the wrong content model for <figure>. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 13 20:56:42 PST 2010


Author: ianh
Date: 2010-02-13 20:56:40 -0800 (Sat, 13 Feb 2010)
New Revision: 4717

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, gave the wrong content model for <figure>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8843

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 04:55:05 UTC (rev 4716)
+++ complete.html	2010-02-14 04:56:40 UTC (rev 4717)
@@ -15774,9 +15774,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>

Modified: index
===================================================================
--- index	2010-02-14 04:55:05 UTC (rev 4716)
+++ index	2010-02-14 04:56:40 UTC (rev 4717)
@@ -15673,9 +15673,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>

Modified: source
===================================================================
--- source	2010-02-14 04:55:05 UTC (rev 4716)
+++ source	2010-02-14 04:56:40 UTC (rev 4717)
@@ -16636,9 +16636,9 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>Either: One <code>figcaption</code> element followed by <span>phrasing content</span>.</dd>
-   <dd>Or: <span>Phrasing content</span> followed by one <code>figcaption</code> element.</dd>
-   <dd>Or: <span>Phrasing content</span>.</dd>
+   <dd>Either: One <code>figcaption</code> element followed by <span>flow content</span>.</dd>
+   <dd>Or: <span>Flow content</span> followed by one <code>figcaption</code> element.</dd>
+   <dd>Or: <span>Flow content</span>.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>




More information about the Commit-Watchers mailing list