[whatwg] script element onerror event

2011-05-28 Thread John J. Barton
To allow optional JavaScript download, some widely used JavaScript libraries, such as jQuery and requireJS, use script elements added to the document dynamically by JavaScript. (Of course this feature is also used by applications directly as well). For normal deployment this approach works

Re: [whatwg] script features

2010-08-18 Thread John J. Barton
On 8/17/2010 11:52 PM, Jonas Sicking wrote: On Tue, Aug 17, 2010 at 9:45 PM, John J. Barton johnjbar...@johnjbarton.com wrote: (though I'm not sure which environment is compiled in other than the global object, which you can't replace anyway, at least not for now). Well if I intercept

Re: [whatwg] script features

2010-08-17 Thread John J Barton
whatwg-requ...@lists.whatwg.org wrote: Date: Mon, 16 Aug 2010 21:15:35 -0700 From: Jonas Sicking jo...@sicking.cc To: WHAT Working Group wha...@whatwg.org Subject: [whatwg] script features Message-ID: aanlktin3t5zb4druxj8ws_hiusgs3pmozl8wogrtc...@mail.gmail.com Content-Type: text/plain;

Re: [whatwg] script features

2010-08-17 Thread John J Barton
Jonas Sicking wrote: On Tue, Aug 17, 2010 at 2:17 PM, John J Barton johnjbar...@johnjbarton.com wrote: whatwg-requ...@lists.whatwg.org wrote: Date: Mon, 16 Aug 2010 21:15:35 -0700 From: Jonas Sicking jo...@sicking.cc To: WHAT Working Group wha...@whatwg.org Subject

Re: [whatwg] script features

2010-08-17 Thread John J. Barton
On 8/17/2010 6:43 PM, Jonas Sicking wrote: ... [1] http://www.whatwg.org/specs/web-apps/current-work/#executing-a-script-block Ok so I see where executing a script block becomes executing script. (though I'm not sure which environment is compiled in other than the global object, which you

Re: [whatwg] Renaming Interface Window

2009-12-14 Thread John J Barton
Ian Hickson wrote: ... As far as I can tell that would be wrong. The Window object is a DOM object, it's not the same as the browsing context, which is a UA construct. Can you help me understand this a bit more? I guess by The Window object is a DOM object you mean Window() is a global

Re: [whatwg] Renaming Interface Window

2009-12-14 Thread John J Barton
Ian Hickson wrote: On Mon, 14 Dec 2009, John J Barton wrote: Ian Hickson wrote: ... As far as I can tell that would be wrong. The Window object is a DOM object, it's not the same as the browsing context, which is a UA construct. Can you help me

Re: [whatwg] Renaming Interface Window

2009-12-14 Thread John J Barton
Ian Hickson wrote: On Mon, 14 Dec 2009, John J Barton wrote: I mean that it is a Web IDL interface exposed in Web browsers as the interface object that the global object has in its prototype chain. By "the global object", do you me