[Webkit-unassigned] [Bug 74546] HTMLCollection.item should not return elements by ID/name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 15:20:38 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74546


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-14 15:20:37 PST ---
(In reply to comment #1)
> FWIW: IE9 does not do the ID lookup and item("foo") is treated as item(0)

Right because item takes an index, not an id. The problem is that we're currently returning a list of nodes :(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list