[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 13:42:27 PST 2010


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2010-01-14 13:42:25 PST ---
(In reply to comment #2)
> (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.

I mean aliasing global variables to elements in the DOM with matching name/id,
not any of the other Firefox quirks (which are internal to JS).

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