Skip to content

Commit

Permalink
[] (0) PropertyNodeList.contents returns an Array, not a DOMStringArr…
Browse files Browse the repository at this point in the history
…ay (whatever that is)

git-svn-id: http://svn.whatwg.org/webapps@3530 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2009
1 parent cdde974 commit 9e09681
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 7 additions & 5 deletions index
Expand Up @@ -5983,11 +5983,12 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span
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>

Expand Down Expand Up @@ -72299,6 +72300,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Andrew Clover,
Andrew Gove,
Andrew Grieve,
Andrew Oakley,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -5849,12 +5849,12 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
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>

Expand Down Expand Up @@ -85520,6 +85520,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Andrew Clover,
Andrew Gove,
Andrew Grieve,
Andrew Oakley,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Expand Down

0 comments on commit 9e09681

Please sign in to comment.