[Bug 12779] Overload HTMLCollection.item() to support item(in DOMString name) - Implementations support it

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12779

Lachlan Hunt <lachlan.hunt@lachy.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Lachlan Hunt <lachlan.hunt@lachy.id.au> 2011-05-25 10:58:59 UTC ---
After more testing, it seems that only IE has this behaviour.  Other browsers
were simply always returning the first item, same as .item(0).  Here's a demo.


http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1004

Resolving this invalid, since there's no reason for other browsers to copy IE's
behaviour here.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 May 2011 10:59:01 UTC