[Bug 18784] HTMLCollection.item(DOMString)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18784

Ms2ger <Ms2ger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |Ms2ger@gmail.com
         Resolution|                            |INVALID

--- Comment #2 from Ms2ger <Ms2ger@gmail.com> 2012-09-06 06:44:14 UTC ---
That's true for document.all, and I believe it used to be true for Chrome.
However, <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1741>
shows that Firefox/Chrome/Opera follow the spec; i.e. call ToUint32('test') ==
0, and return the first object in that collection, rather than the one called
'test'.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 6 September 2012 06:44:19 UTC