html5/spec Overview.html,1.5334,1.5335

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13395

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5334
retrieving revision 1.5335
diff -u -d -r1.5334 -r1.5335
--- Overview.html	7 Oct 2011 21:45:06 -0000	1.5334
+++ Overview.html	7 Oct 2011 22:01:40 -0000	1.5335
@@ -7448,9 +7448,10 @@
   <p>To <dfn id="transfer-a-transferable-object">transfer a <code>Transferable</code> object</dfn> to a
   new owner, the user agent must run the steps defined for the type of
   object in question. The steps will return a new object of the same
-  type, and will permanently neuter the original object. (This is an
-  irreversible and non-idempotent operation; once an object has been
-  transferred, it cannot be transferred, or indeed used, again.)</p>
+  type, and will permanently <dfn id="concept-transferable-neutered" title="concept-Transferable-neutered">neuter</dfn> the original
+  object. (This is an irreversible and non-idempotent operation; once
+  an object has been transferred, it cannot be transferred, or indeed
+  used, again.)</p>
 
   </div><p>The following <code><a href="#transferable">Transferable</a></code> types exist:<ul class="brief"><li><code>MessagePort</code>
    

Received on Friday, 7 October 2011 22:01:48 UTC