[html5] r6696 - [e] (0) Clarify that you can transfer a port more than once by avoiding confusin [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 18 17:05:34 PDT 2011
Author: ianh
Date: 2011-10-18 17:05:32 -0700 (Tue, 18 Oct 2011)
New Revision: 6696
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that you can transfer a port more than once by avoiding confusing terminology that suggested otherwise. (see also r6653)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13717
Modified: complete.html
===================================================================
--- complete.html 2011-10-18 23:00:16 UTC (rev 6695)
+++ complete.html 2011-10-19 00:05:32 UTC (rev 6696)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 19 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -82199,9 +82199,9 @@
<p>If any object is listed in <var title="">transfer</var> more
than once, or any of the <code><a href=#transferable>Transferable</a></code> objects
- listed in <var title="">transfer</var> have already been <a href=#transfer-a-transferable-object title="transfer a Transferable object">transfered</a> once
- before, then throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception and
- abort these steps.</p>
+ listed in <var title="">transfer</var> are marked as <a href=#concept-transferable-neutered title=concept-Transferable-neutered>neutered</a>, then
+ throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception and abort these
+ steps.</p>
</li>
Modified: index
===================================================================
--- index 2011-10-18 23:00:16 UTC (rev 6695)
+++ index 2011-10-19 00:05:32 UTC (rev 6696)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 19 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -82199,9 +82199,9 @@
<p>If any object is listed in <var title="">transfer</var> more
than once, or any of the <code><a href=#transferable>Transferable</a></code> objects
- listed in <var title="">transfer</var> have already been <a href=#transfer-a-transferable-object title="transfer a Transferable object">transfered</a> once
- before, then throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception and
- abort these steps.</p>
+ listed in <var title="">transfer</var> are marked as <a href=#concept-transferable-neutered title=concept-Transferable-neutered>neutered</a>, then
+ throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception and abort these
+ steps.</p>
</li>
Modified: source
===================================================================
--- source 2011-10-18 23:00:16 UTC (rev 6695)
+++ source 2011-10-19 00:05:32 UTC (rev 6696)
@@ -93159,10 +93159,10 @@
<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>
More information about the Commit-Watchers
mailing list