[html5] r7877 - [e] (0) Clarify that this is only own properties, not inherited properties. Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 31 12:25:09 PDT 2013


Author: ianh
Date: 2013-05-31 12:25:08 -0700 (Fri, 31 May 2013)
New Revision: 7877

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that this is only own properties, not inherited properties.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21658
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-05-31 19:23:02 UTC (rev 7876)
+++ complete.html	2013-05-31 19:25:08 UTC (rev 7877)
@@ -8149,7 +8149,7 @@
    <li>
 
     <p>If <var title="">input</var> is an Array object or an Object
-    object, then, for each enumerable property in <var title="">input</var>, add a new property to <var title="">output</var> having the same name, and having a value
+    object, then, for each enumerable own property in <var title="">input</var>, add a new property to <var title="">output</var> having the same name, and having a value
     created from invoking the <a href=#internal-structured-cloning-algorithm>internal structured cloning
     algorithm</a> recursively with the value of the property as the
     "<var title="">input</var>" argument and <var title="">memory</var> as the "<var title="">memory</var>"

Modified: index
===================================================================
--- index	2013-05-31 19:23:02 UTC (rev 7876)
+++ index	2013-05-31 19:25:08 UTC (rev 7877)
@@ -8149,7 +8149,7 @@
    <li>
 
     <p>If <var title="">input</var> is an Array object or an Object
-    object, then, for each enumerable property in <var title="">input</var>, add a new property to <var title="">output</var> having the same name, and having a value
+    object, then, for each enumerable own property in <var title="">input</var>, add a new property to <var title="">output</var> having the same name, and having a value
     created from invoking the <a href=#internal-structured-cloning-algorithm>internal structured cloning
     algorithm</a> recursively with the value of the property as the
     "<var title="">input</var>" argument and <var title="">memory</var> as the "<var title="">memory</var>"

Modified: source
===================================================================
--- source	2013-05-31 19:23:02 UTC (rev 7876)
+++ source	2013-05-31 19:25:08 UTC (rev 7877)
@@ -7817,7 +7817,7 @@
    <li>
 
     <p>If <var title="">input</var> is an Array object or an Object
-    object, then, for each enumerable property in <var
+    object, then, for each enumerable own property in <var
     title="">input</var>, add a new property to <var
     title="">output</var> having the same name, and having a value
     created from invoking the <span>internal structured cloning




More information about the Commit-Watchers mailing list