[Webkit-unassigned] [Bug 74468] Incorrect behavior for HTMLCollection.prototype.item(someString)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 10:54:06 PST 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |sam at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-12-14 10:54:06 PST ---
> Gecko and Presto both get this right.

This behavior was implemented in bug 11078 precisely to match Gecko and Presto (and document.all.item(someString) still works in Firefox 8.0.1). It might have gotten unintentionally extended to other versions of item() with code refactorings over the years.

We should investigate which versions of item() need to fall back to namedItem().

-- 
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