- From: poot <cvsmail@w3.org>
- Date: Mon, 3 Aug 2009 19:13:49 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: PropertyNodeList.contents returns an Array, not a DOMStringArray (whatever that is) (whatwg r3530) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2727&r2=1.2728&f=h http://html5.org/tools/web-apps-tracker?from=3529&to=3530 =================================================================== 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:14:36 UTC