Re: [whatwg] Readiness of script-created documents

2012-08-30 Thread Simon Pieters
On Thu, 30 Aug 2012 00:16:56 +0200, Boris Zbarsky bzbar...@mit.edu wrote: On 8/29/12 6:11 PM, Ian Hickson wrote: Documents that are aborted do not need to work, they were aborted precisely because they don't need to work and are no longer needed. Or because once again some ad was taking

Re: [whatwg] Readiness of script-created documents

2012-06-15 Thread Henri Sivonen
On Tue, Jun 12, 2012 at 1:46 AM, Ian Hickson i...@hixie.ch wrote: When a document is aborted the state is more or less left exactly as it was when it was aborted. This includes the readiness state. It also means no events fire (e.g. no 'load', 'unload', or 'error' events), a number of scripts

Re: [whatwg] Readiness of script-created documents

2012-06-11 Thread Ian Hickson
On Fri, 30 Mar 2012, Henri Sivonen wrote: On Fri, Jan 13, 2012 at 2:26 AM, Ian Hickson i...@hixie.ch wrote: Jonas is correct. Since there was no interop here I figured we might as well go with what made sense. I'm somewhat unhappy about fixing IE-introduced APIs to make sense like this.

Re: [whatwg] Readiness of script-created documents

2012-04-25 Thread Jonas Sicking
On Mon, Apr 23, 2012 at 4:55 AM, Henri Sivonen hsivo...@iki.fi wrote: On Mon, Jun 20, 2011 at 3:10 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Jun 20, 2011 at 4:26 AM, Henri Sivonen hsivo...@iki.fi wrote: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1039 It says complete

Re: [whatwg] Readiness of script-created documents

2012-04-23 Thread Henri Sivonen
On Mon, Jun 20, 2011 at 3:10 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Jun 20, 2011 at 4:26 AM, Henri Sivonen hsivo...@iki.fi wrote: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1039 It says complete in Firefox, loading in Chrome and Opera and uninitialized in IE. The

Re: [whatwg] Readiness of script-created documents

2012-04-03 Thread Henri Sivonen
On Mon, Apr 2, 2012 at 11:29 AM, Jonas Sicking jo...@sicking.cc wrote: Everyone returning the same thing isn't the only goal. First of all what's the purpose of all browsers doing the same thing if that same thing isn't useful? No one is worse off and stuff works even if an author somewhere

Re: [whatwg] Readiness of script-created documents

2012-04-03 Thread Jonas Sicking
On Tue, Apr 3, 2012 at 4:39 AM, Henri Sivonen hsivo...@iki.fi wrote: On Mon, Apr 2, 2012 at 11:29 AM, Jonas Sicking jo...@sicking.cc wrote: Everyone returning the same thing isn't the only goal. First of all what's the purpose of all browsers doing the same thing if that same thing isn't

Re: [whatwg] Readiness of script-created documents

2012-04-02 Thread Henri Sivonen
On Fri, Mar 30, 2012 at 8:26 PM, Jonas Sicking jo...@sicking.cc wrote: On Friday, March 30, 2012, Henri Sivonen wrote: On Fri, Jan 13, 2012 at 2:26 AM, Ian Hickson i...@hixie.ch wrote: Jonas is correct. Since there was no interop here I figured we might as well go with what made sense.

Re: [whatwg] Readiness of script-created documents

2012-04-02 Thread Henri Sivonen
On Mon, Apr 2, 2012 at 10:12 AM, Henri Sivonen hsivo...@iki.fi wrote: Gratuitously changing features introduced by IE does not help authors one day have to ...when they have to... -- Henri Sivonen hsivo...@iki.fi http://hsivonen.iki.fi/

Re: [whatwg] Readiness of script-created documents

2012-04-02 Thread Jonas Sicking
On Mon, Apr 2, 2012 at 12:12 AM, Henri Sivonen hsivo...@iki.fi wrote: On Fri, Mar 30, 2012 at 8:26 PM, Jonas Sicking jo...@sicking.cc wrote: On Friday, March 30, 2012, Henri Sivonen wrote: On Fri, Jan 13, 2012 at 2:26 AM, Ian Hickson i...@hixie.ch wrote: Jonas is correct. Since there was no

Re: [whatwg] Readiness of script-created documents

2012-03-30 Thread Henri Sivonen
On Fri, Jan 13, 2012 at 2:26 AM, Ian Hickson i...@hixie.ch wrote: Jonas is correct. Since there was no interop here I figured we might as well go with what made sense. I'm somewhat unhappy about fixing IE-introduced APIs to make sense like this. The implementation in Gecko isn't particularly

Re: [whatwg] Readiness of script-created documents

2012-03-30 Thread Jonas Sicking
On Friday, March 30, 2012, Henri Sivonen wrote: On Fri, Jan 13, 2012 at 2:26 AM, Ian Hickson i...@hixie.ch javascript:; wrote: Jonas is correct. Since there was no interop here I figured we might as well go with what made sense. I'm somewhat unhappy about fixing IE-introduced APIs to make

Re: [whatwg] Readiness of script-created documents

2012-01-12 Thread Ian Hickson
On Mon, 20 Jun 2011, Henri Sivonen wrote: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1039 It says complete in Firefox, loading in Chrome and Opera and uninitialized in IE. The spec requires complete. readyState is originally an IE API. Why doesn't the spec require

[whatwg] Readiness of script-created documents

2011-06-20 Thread Henri Sivonen
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1039 It says complete in Firefox, loading in Chrome and Opera and uninitialized in IE. The spec requires complete. readyState is originally an IE API. Why doesn't the spec require uninitialized? (The implementation in Gecko is so recent

Re: [whatwg] Readiness of script-created documents

2011-06-20 Thread Jonas Sicking
On Mon, Jun 20, 2011 at 4:26 AM, Henri Sivonen hsivo...@iki.fi wrote: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1039 It says complete in Firefox, loading in Chrome and Opera and uninitialized in IE. The spec requires complete. readyState is originally an IE API. Why doesn't