hixie: Clarify that structured clones can be made of primitive values. (whatwg r5807)

hixie: Clarify that structured clones can be made of primitive values.
(whatwg r5807)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4665&r2=1.4666&f=h
http://html5.org/tools/web-apps-tracker?from=5806&to=5807

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4665
retrieving revision 1.4666
diff -u -d -r1.4665 -r1.4666
--- Overview.html 25 Jan 2011 00:08:47 -0000 1.4665
+++ Overview.html 31 Jan 2011 23:15:47 -0000 1.4666
@@ -325,7 +325,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-25-january-2011">Editor's Draft 25 January 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-31-january-2011">Editor's Draft 31 January 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -460,7 +460,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 25 January 2011 Editor's Draft.
+  This specification is the 31 January 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -6827,10 +6827,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
@@ -6839,7 +6839,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>
 
@@ -9271,7 +9271,7 @@
   model on its own, but is also <a href="#phrasing-content">phrasing content</a>, and can
   be <a href="#inter-element-whitespace">inter-element whitespace</a> (if the <a href="#text-node" title="text
   node">text nodes</a> are empty or contain just <a href="#space-character" title="space
-  character">space characters</a>).<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
+  character">space characters</a>).<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/80">ISSUE-80</a> (title-alternative) blocks progress to Last Call</span><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
   resource into the document, or content from another vocabulary that
   is inserted into the document.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="#audio">audio</a></code></li>
    <li><code><a href="#the-canvas-element">canvas</a></code></li>
@@ -9645,7 +9645,7 @@
   prefer to use the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute, the
   <code><a href="#the-bdo-element">bdo</a></code> element, and the <code><a href="#the-bdi-element">bdi</a></code> element, rather
   than maintaining the bidirectional-algorithm formatting characters
-  manually.<h4 id="annotations-for-assistive-technology-products-aria"><span class="secno">3.2.7 </span><dfn>Annotations for assistive technology products</dfn> (ARIA)</h4><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
+  manually.<h4 id="annotations-for-assistive-technology-products-aria"><span class="secno">3.2.7 </span><dfn>Annotations for assistive technology products</dfn> (ARIA)</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/109">ISSUE-109</a> (aria-section-title) and <a href="http://www.w3.org/html/wg/tracker/issues/129">ISSUE-129</a> (aria-mapping) block progress to Last Call</span><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
   and <code title="attr-aria-*">aria-*</code> attributes on <a href="#html-elements">HTML
   elements</a>, in accordance with the requirements described in
   the ARIA specifications, except where these conflict with the
@@ -21183,7 +21183,7 @@
   &lt;/body&gt;
 &lt;/html&gt;</pre>
 
-  </div><h4 id="video"><span class="secno">4.8.6 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="video"><span class="secno">4.8.6 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) and <a href="http://www.w3.org/html/wg/tracker/issues/142">ISSUE-142</a> (poster-alt) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -26820,7 +26820,7 @@
   for <code><a href="#video">video</a></code> the IDL attributes are <code>unsigned
   long</code>.</p>
 
-  </div><h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) and <a href="http://www.w3.org/html/wg/tracker/issues/130">ISSUE-130</a> (table-layout) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>

Received on Monday, 31 January 2011 23:17:17 UTC