[Webkit-unassigned] [Bug 14547] typeof document.body.childNodes=="function" ("object" expected)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 13 23:04:45 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14547





------- Comment #19 from mrowe at apple.com  2007-10-13 23:04 PDT -------
document.images behaves as both a NodeList and a function for compatibility
with Internet Explorer.  It is unlikely that this dual behaviour could be
removed without causing compatibility issues with real-world websites.  See
<http://msdn2.microsoft.com/en-us/library/ms537461.aspx> for Microsoft's
documentation of their bizarre behaviour of document.images.


-- 
Configure bugmail: http://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