[Bug 15201] New: HTMLCollection.item(string) should act like namedItem(string)

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

           Summary: HTMLCollection.item(string) should act like
                    namedItem(string)
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM Core
        AssignedTo: annevk@opera.com
        ReportedBy: glenn@zewt.org
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, www-dom@w3.org


HTMLCollection.item(string) behaves like HTMLCollection.namedItem(string) in
most cases.  (Two exceptions are O11.60 and IE9, only when multiple matches are
found; see bug #15200.)  This should probably be specified.

Test at https://zewt.org/~glenn/test-htmlcollection.html; results at
https://zewt.org/~glenn/test-htmlcollection-results.html.

-- 
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, 15 December 2011 02:36:32 UTC