[html5] r5807 - [e] (0) Clarify that structured clones can be made of primitive values.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 31 15:15:42 PST 2011
Author: ianh
Date: 2011-01-31 15:15:40 -0800 (Mon, 31 Jan 2011)
New Revision: 5807
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that structured clones can be made of primitive values.
Modified: complete.html
===================================================================
--- complete.html 2011-01-29 00:18:34 UTC (rev 5806)
+++ complete.html 2011-01-31 23:15:40 UTC (rev 5807)
@@ -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 — Last Updated 29 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -7775,10 +7775,10 @@
<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
@@ -7787,7 +7787,7 @@
<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>
Modified: index
===================================================================
--- index 2011-01-29 00:18:34 UTC (rev 5806)
+++ index 2011-01-31 23:15:40 UTC (rev 5807)
@@ -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 — Last Updated 25 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -7754,10 +7754,10 @@
<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
@@ -7766,7 +7766,7 @@
<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>
Modified: source
===================================================================
--- source 2011-01-29 00:18:34 UTC (rev 5806)
+++ source 2011-01-31 23:15:40 UTC (rev 5807)
@@ -7620,12 +7620,12 @@
<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
@@ -7634,7 +7634,7 @@
<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>
More information about the Commit-Watchers
mailing list