[html5] r3530 - [] (0) PropertyNodeList.contents returns an Array, not a DOMStringArray (whateve [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 3 03:13:24 PDT 2009


Author: ianh
Date: 2009-08-03 03:13:23 -0700 (Mon, 03 Aug 2009)
New Revision: 3530

Modified:
   index
   source
Log:
[] (0) PropertyNodeList.contents returns an Array, not a DOMStringArray (whatever that is)

Modified: index
===================================================================
--- index	2009-08-03 07:20:21 UTC (rev 3529)
+++ index	2009-08-03 10:13:23 UTC (rev 3530)
@@ -5983,11 +5983,12 @@
   inherited from the <code>NodeList</code> interface must behave as
   they would on a <code>NodeList</code> object.</p>
 
-  <p>The <dfn id=dom-propertynodelist-contents title=dom-PropertyNodeList-contents><code>contents</code></dfn> DOM
-  attribute on the <code><a href=#propertynodelist>PropertyNodeList</a></code> object, on getting,
-  must return a newly constructed <code>DOMStringArray</code> whose
-  values are the values obtained from the <code title=dom-content><a href=#dom-content>content</a></code> DOM property of each of the
-  elements represented by the object, in <a href=#tree-order>tree order</a>.</p>
+  <p>The <dfn id=dom-propertynodelist-contents title=dom-PropertyNodeList-contents><code>contents</code></dfn>
+  DOM attribute on the <code><a href=#propertynodelist>PropertyNodeList</a></code> object, on
+  getting, must return a newly constructed array whose values are the
+  values obtained from the <code title=dom-content><a href=#dom-content>content</a></code>
+  DOM property of each of the elements represented by the object, in
+  <a href=#tree-order>tree order</a>.</p>
 
   </div>
 
@@ -72299,6 +72300,7 @@
   Andrew Clover,
   Andrew Gove,
   Andrew Grieve,
+  Andrew Oakley,
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,

Modified: source
===================================================================
--- source	2009-08-03 07:20:21 UTC (rev 3529)
+++ source	2009-08-03 10:13:23 UTC (rev 3530)
@@ -5849,12 +5849,12 @@
   they would on a <code>NodeList</code> object.</p>
 
   <p>The <dfn
-  title="dom-PropertyNodeList-contents"><code>contents</code></dfn> DOM
-  attribute on the <code>PropertyNodeList</code> object, on getting,
-  must return a newly constructed <code>DOMStringArray</code> whose
-  values are the values obtained from the <code
-  title="dom-content">content</code> DOM property of each of the
-  elements represented by the object, in <span>tree order</span>.</p>
+  title="dom-PropertyNodeList-contents"><code>contents</code></dfn>
+  DOM attribute on the <code>PropertyNodeList</code> object, on
+  getting, must return a newly constructed array whose values are the
+  values obtained from the <code title="dom-content">content</code>
+  DOM property of each of the elements represented by the object, in
+  <span>tree order</span>.</p>
 
   </div>
 
@@ -85520,6 +85520,7 @@
   Andrew Clover,
   Andrew Gove,
   Andrew Grieve,
+  Andrew Oakley,
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,




More information about the Commit-Watchers mailing list