[Webkit-unassigned] [Bug 33644] Aliasing javascript globals to elements with matching name/id is inconsistent with Firefox and slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 12:50:48 PST 2010


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





--- Comment #2 from Geoffrey Garen <ggaren at apple.com>  2010-01-14 12:50:45 PST ---
(In reply to comment #0)
If we wanted to match the Firefox behavior in this case, we would need to make
substantial changes to match other Firefox quirks as well. For example, Firefox
treats "foo = x", "foo", and "window.foo" as referring to different variables.

All of these behaviors are odd. But what spec are you referring to? I don't
think there is any spec that governs this specific quirk of the global object.

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