Re: CfC: publish a Candidate Recommendation of DOM 3 Events; deadline October 21

2011-10-21 Thread Marcos Caceres
On Friday, 21 October 2011 at 21:42, Ms2ger wrote: > Hi Art, all, > > On 10/14/2011 09:27 PM, Arthur Barstow wrote: > > The people working on the D3E spec (namely Jacob, Doug and Olli) propose > > below that the spec be published as a Candidate Recommendation and this > > is a CfC to do so: > >

Re: [indexeddb] Compound Key support for Primary Keys and Indexes

2011-10-21 Thread Jonas Sicking
On Mon, Sep 12, 2011 at 2:00 PM, Israel Hilerio wrote: > On Friday, September 02, 2011 3:33 AM, Hans Wennborg wrote: >> -Original Message- >> From: Hans Wennborg [mailto:hwennb...@google.com] >> Sent: Friday, September 02, 2011 3:33 AM >> To: Israel Hilerio >> Cc: public-webapps@w3.org; Ji

Re: QSA, the problem with ":scope", and naming

2011-10-21 Thread Sean Hogan
On 20/10/11 12:39 AM, Timmy Willison wrote: >From the perspective of building a selector engine, I think all selector engines need something like .findAll, and not something like :scope. On Tue, Oct 18, 2011 at 8:00 PM, Alex Russell > wrote: No need to wait

[Bug 14364] Add an API to make appcache support caching specific URLs dynamically

2011-10-21 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14364 Ian 'Hixie' Hickson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: CfC: publish a Candidate Recommendation of DOM 3 Events; deadline October 21

2011-10-21 Thread Ms2ger
Hi Art, all, On 10/14/2011 09:27 PM, Arthur Barstow wrote: The people working on the D3E spec (namely Jacob, Doug and Olli) propose below that the spec be published as a Candidate Recommendation and this is a CfC to do so: http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html

Re: Proposal for a new Matrix API

2011-10-21 Thread Cameron McCormack
On 20/10/11 10:39 AM, Igor Oliveira wrote: Currently CSSMatrix and SVGMatrix has an immutable API. None of the method calls change the Matrix, instead, it creates a new Matrix with the changed value. It can be a problem specially when CSSMatrix is used together with WebGL. [1] SVGMatrix is not

Re: [XHR2] Streamed send or receive

2011-10-21 Thread Wenbo Zhu
Thanks for the information! My understanding is that browsers have already been delivering streamed responses in chunks (Transfer-Encoding), so it makes a lot of sense to expose such a semantics explicitly through the XHR2 API. Streamed requests are equally important, e.g. for use cases such as v

Re: Proposal for a new Matrix API

2011-10-21 Thread Rick Waldron
On Fri, Oct 21, 2011 at 11:28 AM, João Eiras wrote: > On Thu, 20 Oct 2011 16:39:56 +0200, Igor Oliveira < > igor.olive...@openbossa.org> wrote: > > Hello, >> >> Currently CSSMatrix and SVGMatrix has an immutable API. None of the >> method calls change the Matrix, instead, it creates a new Matrix

Re: Proposal for a new Matrix API

2011-10-21 Thread Boris Zbarsky
On 10/21/11 11:28 AM, João Eiras wrote: On Thu, 20 Oct 2011 16:39:56 +0200, Igor Oliveira wrote: Hello, Currently CSSMatrix and SVGMatrix has an immutable API. None of the method calls change the Matrix, instead, it creates a new Matrix with the changed value. It can be a problem specially wh

Re: Proposal for a new Matrix API

2011-10-21 Thread João Eiras
On Thu, 20 Oct 2011 16:39:56 +0200, Igor Oliveira wrote: Hello, Currently CSSMatrix and SVGMatrix has an immutable API. None of the method calls change the Matrix, instead, it creates a new Matrix with the changed value. It can be a problem specially when CSSMatrix is used together with WebG

Re: QSA, the problem with ":scope", and naming

2011-10-21 Thread Willison, Timothy
On Oct 20, 2011, at 4:34 PM, Tab Atkins Jr. wrote: > On Thu, Oct 20, 2011 at 12:09 PM, Jonas Sicking wrote: >> Let's do the general discussion about how live and non-live NodeLists >> should behave in a separate thread. > > Yes, let's. ^_^ > > >> The immediate question here is how should the

[Bug 14530] New: Hi, In Server-Sent Events Section "Processing model", it should be clearly stated how to avoid the pipelining of HTTP requests on the connection used for an event source. HTTP pipel

2011-10-21 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14530 Summary: Hi, In Server-Sent Events Section "Processing model", it should be clearly stated how to avoid the pipelining of HTTP requests on the connection used for an event sou

[selectors-api] Requirements and Use Cases for Scoped Methods

2011-10-21 Thread Lachlan Hunt
Hi, Based on the ongoing discussion, I've put together the following list of requirements and sumarised use cases that should be met by the design of new features in selectors API. *Use Cases* 1. Select elements that are descendants of specific Element node, where all elements matched by t

Re: QSA, the problem with ":scope", and naming

2011-10-21 Thread Jonas Sicking
On Thu, Oct 20, 2011 at 2:33 PM, Lachlan Hunt wrote: > Not necessarily. It depends what exactly it means for a selector to contain > :scope for determining whether or not to enable the implied :scope > behaviour. Consider: > > foo.find(":not(:scope)"); Ooh, this is an interesting case too. So