html5/postmsg Overview.html,1.103,1.104

Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv20431

Modified Files:
	Overview.html 
Log Message:
Clarify that you can transfer a port more than once by avoiding confusing terminology that suggested otherwise. (see also r6653) (whatwg r6696)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- Overview.html	17 Oct 2011 22:13:33 -0000	1.103
+++ Overview.html	19 Oct 2011 00:09:15 -0000	1.104
@@ -215,7 +215,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-17-october-2011">Editor's Draft 17 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-19-october-2011">Editor's Draft 19 October 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -317,7 +317,7 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 17 October 2011 Editor's Draft.
+  This specification is the 19 October 2011 Editor's Draft.
   </p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
   February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
   any patent disclosures</a> made in connection with the deliverables
@@ -1031,9 +1031,9 @@
 
       <p>If any object is listed in <var title="">transfer</var> more
       than once, or any of the <code>Transferable</code> objects
-      listed in <var title="">transfer</var> have already been <span title="transfer a Transferable object">transfered</span> once
-      before, then throw a <code>DataCloneError</code> exception and
-      abort these steps.</p>
+      listed in <var title="">transfer</var> are marked as <span title="concept-Transferable-neutered">neutered</span>, then
+      throw a <code>DataCloneError</code> exception and abort these
+      steps.</p>
 
      </li>
 

Received on Wednesday, 19 October 2011 00:09:24 UTC