[Webkit-unassigned] [Bug 18200] document.all("id") doesn't create a collection that supports indexing with round braces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 20 23:34:40 PDT 2009


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





------- Comment #5 from cwzwarich at uwaterloo.ca  2009-04-20 23:34 PDT -------
Oh, I was just misreading things because I was tired. Doing document.all
returns a JSHTMLAllCollection, and indexing by id in that collection returns a
JSNamedNodesCollection, which does not support the function call syntax.


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



More information about the webkit-unassigned mailing list