- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Sep 2012 20:32:28 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18784
Summary: HTMLCollection.item(DOMString)
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
AssignedTo: annevk@annevk.nl
ReportedBy: ian@hixie.ch
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
Turns out all browsers have an HTMLCollection.item(DOMString) overload that
just defers to the namedItem() method on the object. (That is, not
HTMLCollection.namedItem(), but whatever the namedItem() is on the current
collection.)
--
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 Wednesday, 5 September 2012 20:32:29 UTC