- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jul 2008 10:06:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10019
Modified Files:
Overview.html
Log Message:
Define Message Channels and Ports. Also, factor out the XXXDISCARD stuff into its own section. (whatwg r1873)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -d -r1.1061 -r1.1062
--- Overview.html 13 Jul 2008 00:51:15 -0000 1.1061
+++ Overview.html 15 Jul 2008 10:06:52 -0000 1.1062
@@ -19,7 +19,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->13 July 2008</h2>
+ Editor's Draft <!--ZZZ-->15 July 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -167,7 +167,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
[...1160 lines suppressed...]
<dt>An end tag whose tag name is one of: "body", "caption", "col",
@@ -49307,7 +49691,7 @@
href="#fragment">fragment case</a>), then this is a <a
href="#parse2">parse error</a> and the token must be ignored.</p>
- <p>Otherwise, <a href="#close3">close the cell</a> (see below) and
+ <p>Otherwise, <a href="#close4">close the cell</a> (see below) and
reprocess the current token.</p>
<dt>Anything else
@@ -49318,7 +49702,7 @@
<span>insertion mode</span>.</p>
</dl>
- <p>Where the steps above say to <dfn id=close3>close the cell</dfn>, they
+ <p>Where the steps above say to <dfn id=close4>close the cell</dfn>, they
mean to run the following algorithm:
<ol>
Received on Tuesday, 15 July 2008 10:07:30 UTC