html5/spec Overview.html,1.2727,1.2728

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8894

Modified Files:
	Overview.html 
Log Message:
PropertyNodeList.contents returns an Array, not a DOMStringArray (whatever that is) (whatwg r3530)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2727
retrieving revision 1.2728
diff -u -d -r1.2727 -r1.2728
--- Overview.html	3 Aug 2009 07:20:27 -0000	1.2727
+++ Overview.html	3 Aug 2009 10:13:28 -0000	1.2728
@@ -5418,11 +5418,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><h4 id="domtokenlist"><span class="secno">2.8.3 </span>DOMTokenList</h4><p>The <code><a href="#domtokenlist-0">DOMTokenList</a></code> interface represents an interface
   to an underlying string that consists of a <a href="#set-of-space-separated-tokens">set of
@@ -65981,6 +65982,7 @@
   Andrew Clover,
   Andrew Gove,
   Andrew Grieve,
+  Andrew Oakley,
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,

Received on Monday, 3 August 2009 10:13:41 UTC