- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 03:21:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv19236 Modified Files: ChangeLog Overview.html Overview.src.html Log Message: Channel messaging Index: ChangeLog =================================================================== RCS file: /sources/public/html5/pubnotes/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- ChangeLog 9 Jul 2008 20:45:45 -0000 1.32 +++ ChangeLog 18 Jul 2008 03:21:43 -0000 1.33 @@ -1,3 +1,39 @@ +2008-07-16 17:12 mike + + * Overview.html (1.314), Overview.src.html (1.306): 1.1068 Split + Window into two (editorial-level) definitions. Clean up some + timeout stuff. (whatwg r1879) + +2008-07-16 15:33 mike + + * Overview.html (1.313), Overview.src.html (1.305), VERSION (1.14): + 1.1070 Now that we've split Window in two, there are some places + where we need to refer to the other interface. (whatwg r1881) + +2008-07-10 06:15 mike + + * Overview.src.html (1.304): a variety of minor editorial changes + +2008-07-10 05:57 mike + + * Overview.src.html (1.303): removed some cruft + +2008-07-10 05:52 mike + + * Overview.src.html (1.302): minor markup fix + +2008-07-10 05:51 mike + + * Overview.src.html (1.301): updated intro to "Communication" + section + +2008-07-10 05:45 mike + + * ChangeLog (1.32), VERSION (1.13): now caught up all the way from + 2nd WD through latest rev (1.1046, whatwg 1857) roughly 120 + changes in about one month = current average of about 3 changes + to the spec per day + 2008-07-10 05:37 mike * Overview.html (1.312), Overview.src.html (1.300), VERSION (1.12): Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.314 retrieving revision 1.315 diff -u -d -r1.314 -r1.315 --- Overview.html 16 Jul 2008 08:12:04 -0000 1.314 +++ Overview.html 18 Jul 2008 03:21:43 -0000 1.315 @@ -12,7 +12,7 @@ </head> <body><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2> W3C - Editor’s Draft <em>16 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> + Editor’s Draft <em>18 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> var id = "$Id$"; var a = document.getElementById('cvsVersionLink'); var xs = id.match(/ ([0-9]\.[0-9.]+) /); @@ -36,7 +36,7 @@ of the changes without necessarily needing to read the specification itself.</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-16T17:10:38+09:00</b>.</p></div></div> + <b>2008-07-18T12:19:02+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -46,7 +46,7 @@ report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/. </em></p><p> - This document is the 16 July 2008 <b>Editor’s Draft</b> of + This document is the 18 July 2008 <b>Editor’s Draft</b> of <cite>HTML 5 Publication Notes</cite>. Please send comments about this document to @@ -202,6 +202,8 @@ </li> <li id="network_wd2-toc"><a href="#network_wd2">Section 7.3, Web sockets [formerly “Network connections”]</a> </li> +<li id="network_wd2-toc"><a href="#network_wd2">Section 7.5 [NEW], Channel messaging</a> +</li> </ul> </li> <li id="syntax_wd2-toc"><a href="#syntax_wd2">Section 9, The HTML syntax</a> @@ -2293,6 +2295,24 @@ Web-socket-enabled server communicate</li> </ul> </div> + <div id="network_wd2" class="section"> + <h2>Section 7.5 [NEW], Channel messaging <a class="hash" href="#network_wd2">#</a> <a class="toc-bak" href="#network_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#network">Section 7.5 [NEW], Channel messaging</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#network">Section 7.5 [NEW], Channel messaging</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This newly added section defines the + <code>MessageChannel</code> + and + <code>MessagePort</code> + interfaces.</p> + </div> </div> <div id="syntax_wd2" class="section"> <h2>Section 9, The HTML syntax <a class="hash" href="#syntax_wd2">#</a> <a class="toc-bak" href="#syntax_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#syntax">Section 9, The HTML syntax</a>” in the Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.306 retrieving revision 1.307 diff -u -d -r1.306 -r1.307 --- Overview.src.html 16 Jul 2008 08:12:04 -0000 1.306 +++ Overview.src.html 18 Jul 2008 03:21:43 -0000 1.307 @@ -1345,6 +1345,14 @@ Web-socket-enabled server communicate</li> </ul> </section> + <section id=network_wd2> + <h2>Section 7.5 [NEW], Channel messaging</h2> + <p>This newly added section defines the + <code>MessageChannel</code> + and + <code>MessagePort</code> + interfaces.</p> + </section> </section> <section id=syntax_wd2> <h2>Section 9, The HTML syntax</h2>
Received on Friday, 18 July 2008 03:22:19 UTC