Re: Mutation events replacement

2011-07-25 Thread Dave Raggett
On 24/07/11 16:18, Aryeh Gregor wrote: On Fri, Jul 22, 2011 at 6:58 PM, Jonas Sicking jo...@sicking.cc wrote: We should have much richer events to aid with rich text editing. Using mutation notifications for this is will not create a good experience for the page author. Agreed. I'd be really

[IndexedDB] Transaction Auto-Commit

2011-07-25 Thread Joran Greef
Regarding transactions in the IndexedDB specification (3.1.7 Transaction): Once a transaction no longer can become active, and if the transaction hasn't been aborted, the implementation must automatically attempt to commit it. This usually happens after all requests placed against the

Re: [IndexedDB] Transaction Auto-Commit

2011-07-25 Thread Jonas Sicking
On Mon, Jul 25, 2011 at 6:28 AM, Joran Greef jo...@ronomon.com wrote: Regarding transactions in the IndexedDB specification (3.1.7 Transaction): Once a transaction no longer can become active, and if the transaction hasn't been aborted, the implementation must automatically attempt to

Re: [From-Origin] on theft

2011-07-25 Thread Aryeh Gregor
On Sat, Jul 23, 2011 at 10:04 AM, Glenn Adams gl...@skynav.com wrote: I would suggest not using the word theft, even if placed in quotes. Call it bandwidth leeching or something like that. It certainly is by no means theft by any reasonable definition. Theft is a broad term that can informally

Re: [websockets] Making optional extensions mandatory in the API (was RE: Getting WebSockets API to Last Call)

2011-07-25 Thread Aryeh Gregor
On Thu, Jul 21, 2011 at 1:02 PM, Adrian Bateman adria...@microsoft.com wrote: For platform features that directly affect web developers' pages that might sometimes be true. However, compression is also optional in HTTP and it doesn't appear to have caused problems or made some sites work and

RE: [websockets] Making optional extensions mandatory in the API (was RE: Getting WebSockets API to Last Call)

2011-07-25 Thread Adrian Bateman
On Monday, July 25, 2011 1:32 PM, Aryeh Gregor wrote: On Thu, Jul 21, 2011 at 1:02 PM, Adrian Bateman adria...@microsoft.com wrote: For platform features that directly affect web developers' pages that might sometimes be true. However, compression is also optional in HTTP and it doesn't

Re: [websockets] Making optional extensions mandatory in the API (was RE: Getting WebSockets API to Last Call)

2011-07-25 Thread Aryeh Gregor
On Mon, Jul 25, 2011 at 4:58 PM, Adrian Bateman adria...@microsoft.com wrote: First, I don't think that's the same thing at all. Why not? Second, the IETF HyBi working group has asked members of this working group for Last Call feedback. If you think the protocol has the wrong mix of

Re: More use-cases for mutation events replacement

2011-07-25 Thread Sean Hogan
On 25/07/11 2:18 AM, Aryeh Gregor wrote: When discussing mutation events use-cases, mostly so far people have been talking about editors. However, I think mutation event replacements would have a much more general appeal if they were easily usable in certain cases with little performance