Re: [XHR2] responseText for text/html before the encoding has stabilized

2011-10-01 Thread Jonas Sicking
On Sat, Oct 1, 2011 at 12:03 AM, Anne van Kesteren wrote: > On Fri, 30 Sep 2011 21:41:39 +0200, Jonas Sicking wrote: >> >> On Fri, Sep 30, 2011 at 12:11 PM, Anne van Kesteren >> wrote: >>> >>> On Fri, 30 Sep 2011 19:26:48 +0200, Jonas Sicking >>> wrote: Hmm.. I looked through archives

[FileAPI] Event handler IDL attributes

2011-10-01 Thread Ms2ger
Hi Jonas, Arun As described in bug 13433 [1], the type of event handler IDL attributes should be "[TreatNonCallableAsNull] Function?". Could you change File API accordingly? Thanks Ms2ger [1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=13433

[Bug 14352] New: Event handler IDL attributes need [TreatNonCallableAsNull]

2011-10-01 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14352 Summary: Event handler IDL attributes need [TreatNonCallableAsNull] Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Sev

[Bug 14351] New: Event handler IDL attributes need [TreatNonCallableAsNull]

2011-10-01 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14351 Summary: Event handler IDL attributes need [TreatNonCallableAsNull] Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Sev

Re: [XHR2] responseText for text/html before the encoding has stabilized

2011-10-01 Thread Anne van Kesteren
On Fri, 30 Sep 2011 20:05:41 +0200, Ian Hickson wrote: I agree that the reloading alternative is even worse. What about just relying on the Content-Type charset="" and defaulting to UTF-8 if it isn't there, and not doing any in-page stuff? That would work for me. It seems Jonas is somewhat m

Re: [XHR2] responseText for text/html before the encoding has stabilized

2011-10-01 Thread Anne van Kesteren
On Fri, 30 Sep 2011 21:41:39 +0200, Jonas Sicking wrote: On Fri, Sep 30, 2011 at 12:11 PM, Anne van Kesteren wrote: On Fri, 30 Sep 2011 19:26:48 +0200, Jonas Sicking wrote: Hmm.. I looked through archives but can't find any such decision. It's not how Gecko works, but I haven't tried webk