[Bug 5850] JS global object

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5850





--- Comment #22 from Ian 'Hixie' Hickson <ian@hixie.ch>  2008-07-23 11:18:24 ---
Seems like we have enough lack of interop here that we can basically do
whatever we want, so long as the browser vendors agree to it.

I kind of like what IE does -- it leaves the data accessible:
   http://damowmow.com/playground/demos/global-object/011.html
...but makes actually calling any code in that script from that era throw an
exception.

That's nice and simple.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 23 July 2008 11:19:07 UTC