Skip to content

Commit

Permalink
[e] (0) Clarify that you can transfer a port more than once by avoidi…
Browse files Browse the repository at this point in the history
…ng confusing terminology that suggested otherwise. (see also r6653)

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13717

git-svn-id: http://svn.whatwg.org/webapps@6696 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2011
1 parent 78f1994 commit 6c268ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 18 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -82199,9 +82199,9 @@ <h4 id=message-ports><span class=secno>11.5.3 </span>Message ports</h4>

<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>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -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 &mdash; Last Updated 18 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -82199,9 +82199,9 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -93159,10 +93159,10 @@ interface <dfn>MessageChannel</dfn> {

<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>

Expand Down

0 comments on commit 6c268ba

Please sign in to comment.