- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 05:06:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv7131
Modified Files:
Overview.html grouping-content.html spec.html
Log Message:
Oops, gave the wrong content model for <figure>. (whatwg r4717)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -d -r1.675 -r1.676
--- Overview.html 14 Feb 2010 04:57:24 -0000 1.675
+++ Overview.html 14 Feb 2010 05:06:50 -0000 1.676
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3765.
+This is revision 1.3766.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- grouping-content.html 13 Feb 2010 02:37:29 -0000 1.18
+++ grouping-content.html 14 Feb 2010 05:06:50 -0000 1.19
@@ -927,9 +927,9 @@
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href="content-models.html#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="content-models.html#phrasing-content">phrasing content</a>.</dd>
- <dd>Or: <a href="content-models.html#phrasing-content">Phrasing content</a> followed by one <code><a href="#the-figcaption-element">figcaption</a></code> element.</dd>
- <dd>Or: <a href="content-models.html#phrasing-content">Phrasing content</a>.</dd>
+ <dd>Either: One <code><a href="#the-figcaption-element">figcaption</a></code> element followed by <a href="content-models.html#flow-content">flow content</a>.</dd>
+ <dd>Or: <a href="content-models.html#flow-content">Flow content</a> followed by one <code><a href="#the-figcaption-element">figcaption</a></code> element.</dd>
+ <dd>Or: <a href="content-models.html#flow-content">Flow content</a>.</dd>
<dt>Content attributes:</dt>
<dd><a href="elements.html#global-attributes">Global attributes</a></dd>
<dt>DOM interface:</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -d -r1.680 -r1.681
--- spec.html 14 Feb 2010 04:57:24 -0000 1.680
+++ spec.html 14 Feb 2010 05:06:50 -0000 1.681
@@ -300,7 +300,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3765.
+This is revision 1.3766.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -7038,9 +7038,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 05:06:55 UTC