Skip to content

Commit

Permalink
[e] (0) Clarify that structured clones can be made of primitive values.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5807 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2011
1 parent 933e800 commit 508b861
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -221,7 +221,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 29 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -7775,10 +7775,10 @@ <h4 id=domsettabletokenlist-0><span class=secno>2.8.4 </span>DOMSettableTokenLis
<h4 id=safe-passing-of-structured-data><span class=secno>2.8.5 </span>Safe passing of structured data</h4>

<p>When a user agent is required to obtain a <dfn id=structured-clone>structured
clone</dfn> of an object, it must run the following algorithm, which
either returns a separate object, or throws an exception.</p>
clone</dfn> of an value, it must run the following algorithm, which
either returns a separate value, or throws an exception.</p>

<ol><li><p>Let <var title="">input</var> be the object being
<ol><li><p>Let <var title="">input</var> be the value being
cloned.</li>

<li><p>Let <var title="">memory</var> be an association list of
Expand All @@ -7787,7 +7787,7 @@ <h4 id=safe-passing-of-structured-data><span class=secno>2.8.5 </span>Safe passi
<em>source</em> object and the other the <em>destination</em>
object.</li>

<li><p>Let <var title="">output</var> be the object resulting from
<li><p>Let <var title="">output</var> be the value resulting from
calling the <a href=#internal-structured-cloning-algorithm>internal structured cloning algorithm</a> with
<var title="">input</var> and <var title="">memory</var>.</li>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -225,7 +225,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><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 25 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -7754,10 +7754,10 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No
<h4 id=safe-passing-of-structured-data><span class=secno>2.8.5 </span>Safe passing of structured data</h4>

<p>When a user agent is required to obtain a <dfn id=structured-clone>structured
clone</dfn> of an object, it must run the following algorithm, which
either returns a separate object, or throws an exception.</p>
clone</dfn> of an value, it must run the following algorithm, which
either returns a separate value, or throws an exception.</p>

<ol><li><p>Let <var title="">input</var> be the object being
<ol><li><p>Let <var title="">input</var> be the value being
cloned.</li>

<li><p>Let <var title="">memory</var> be an association list of
Expand All @@ -7766,7 +7766,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No
<em>source</em> object and the other the <em>destination</em>
object.</li>

<li><p>Let <var title="">output</var> be the object resulting from
<li><p>Let <var title="">output</var> be the value resulting from
calling the <a href=#internal-structured-cloning-algorithm>internal structured cloning algorithm</a> with
<var title="">input</var> and <var title="">memory</var>.</li>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -7620,12 +7620,12 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
<h4>Safe passing of structured data</h4>

<p>When a user agent is required to obtain a <dfn>structured
clone</dfn> of an object, it must run the following algorithm, which
either returns a separate object, or throws an exception.</p>
clone</dfn> of an value, it must run the following algorithm, which
either returns a separate value, or throws an exception.</p>

<ol>

<li><p>Let <var title="">input</var> be the object being
<li><p>Let <var title="">input</var> be the value being
cloned.</p></li>

<li><p>Let <var title="">memory</var> be an association list of
Expand All @@ -7634,7 +7634,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
<em>source</em> object and the other the <em>destination</em>
object.</p></li>

<li><p>Let <var title="">output</var> be the object resulting from
<li><p>Let <var title="">output</var> be the value resulting from
calling the <span>internal structured cloning algorithm</span> with
<var title="">input</var> and <var title="">memory</var>.</p></li>

Expand Down

0 comments on commit 508b861

Please sign in to comment.