[Webkit-unassigned] [Bug 110612] Enumerating an HTMLCollection needs to enumerate the named properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 17:39:53 PST 2013


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





--- Comment #6 from Arko Saha <arko at motorola.com>  2013-02-28 17:42:16 PST ---
(In reply to comment #4)
> Is this specified in WebIDL?

http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506
namedItem() method retrieves a Node using a name. it first searches for a Node with a matching id attribute. If it doesn't find one, it then searches for a Node with a matching name attribute. We need to enumerate through the named properties for id and name attribute.

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