Re: [DOM4] Remove Node.isSameNode

2011-10-28 Thread Jonas Sicking
On Thu, Sep 15, 2011 at 12:33 AM, Anne van Kesteren wrote: > On Fri, 09 Sep 2011 19:21:53 +0200, Jonas Sicking wrote: >> >> It's a completely useless function. It just implements the equality >> operator. I believe most languages have a equality operator already. >> Except Brainfuck [1]. But the

Re: [DOM4] atomicity of DocumentFragment insertion

2011-10-28 Thread Jonas Sicking
On Fri, Oct 28, 2011 at 2:47 PM, David Flanagan wrote: > I think the DOM4 spec should be clearer about the atomicity (or > non-atomicity) of DocumentFragment insertion.  I assume that when a > DocumentFragment is inserted, scripts should never be able to observe the > document in state where some

[Bug 14592] New: EventSource should default to use "Use Credentials" set to false for CORS

2011-10-28 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14592 Summary: EventSource should default to use "Use Credentials" set to false for CORS Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW

Re: A proposal for Element constructors

2011-10-28 Thread John J Barton
On Thu, Oct 27, 2011 at 12:35 AM, Kentaro Hara wrote: > > ... > John-David wrote: > > Something like Element('') is so so soo nice compared with more > > verbose alternatives and you can still add attributes to elements via > > a second argument. I know some prefer smth like Element('div#foo') ->

Re: [IndexedDB] IDBObjectStore.delete should accept a KeyRange

2011-10-28 Thread Jonas Sicking
On Fri, Oct 28, 2011 at 9:29 AM, Israel Hilerio wrote: > On Thursday, October 27, 2011 6:00 PM, Jonas Sicking wrote: >> On Thu, Oct 27, 2011 at 9:33 AM, Israel Hilerio >> wrote: >> > On Wednesday, October 26, 2011 6:38 PM, Jonas Sicking wrote: >> >> On Wed, Oct 26, 2011 at 11:31 AM, Israel Hileri

RE: [IndexedDB] IDBObjectStore.delete should accept a KeyRange

2011-10-28 Thread Israel Hilerio
Forgot some things! On Thursday, October 27, 2011 6:00 PM, Jonas Sicking wrote: > On Thu, Oct 27, 2011 at 9:33 AM, Israel Hilerio > wrote: > > On Wednesday, October 26, 2011 6:38 PM, Jonas Sicking wrote: > >> On Wed, Oct 26, 2011 at 11:31 AM, Israel Hilerio > >> > >> wrote: > >> > On Wednesday,

RE: [IndexedDB] IDBObjectStore.delete should accept a KeyRange

2011-10-28 Thread Israel Hilerio
On Thursday, October 27, 2011 6:00 PM, Jonas Sicking wrote: > On Thu, Oct 27, 2011 at 9:33 AM, Israel Hilerio > wrote: > > On Wednesday, October 26, 2011 6:38 PM, Jonas Sicking wrote: > >> On Wed, Oct 26, 2011 at 11:31 AM, Israel Hilerio > >> > >> wrote: > >> > On Wednesday, October 26, 2011 9:35

Re: A proposal for Element constructors

2011-10-28 Thread John-David Dalton
Rick has a point. I used Prototype's Element constructor for years and have moved towards the jQuery approach in my own API. Something like Element('') is so so soo nice compared with more verbose alternatives and you can still add attributes to elements via a second argument. I know some prefer sm

[indexeddb] 'raises' statements in IDL

2011-10-28 Thread Ms2ger
Hi all, I noticed that the IDB spec still uses 'getraises' and 'raises' statements in the IDL code. These were removed in bug 13866 [1]. HTH Ms2ger [1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=13866