Re: [whatwg] Canvas hit regions

2014-03-14 Thread Rik Cabanier
On Fri, Mar 14, 2014 at 4:56 PM, Ian Hickson wrote: > > I've done some more work on the spec for event rerouting for hit regions, > based on the feedback sent to this list. > > On Wed, 5 Mar 2014, Robert O'Callahan wrote: > > On Wed, Mar 5, 2014 at 12:53 PM, Ian Hickson wrote: > > > On Fri, 28 F

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Boris Zbarsky
On 3/14/14 8:31 PM, Kyle Simpson wrote: As I noted above, what we need to know (and I guess we need to know this from all browsers) if there's a *guarantee* of a->b->c execution order (even if all 3 are executing async) I don't believe there is such a guarantee, unless the spec spells it out

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Domenic Denicola
There is no such thing as "DOM promises". From: Kyle Simpson Sent: ‎3/‎14/‎2014 20:35 To: whatwg@lists.whatwg.org Subject: Re: [whatwg] Promise-vending loaded() & ready() methods on various elements I'd also

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Kyle Simpson
I'd also like to make the observation that putting .loaded() together with

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Kyle Simpson
>> So, if that's how we think this would work, we need to understand how the >> `execScript(..)` logic is going to be treated. Is creating a

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Boris Zbarsky
On 3/14/14 6:04 PM, Jake Archibald wrote: Any guarantees of ordering if fully cached? I believe no. -Boris

[whatwg] Canvas hit regions

2014-03-14 Thread Ian Hickson
I've done some more work on the spec for event rerouting for hit regions, based on the feedback sent to this list. On Wed, 5 Mar 2014, Robert O'Callahan wrote: > On Wed, Mar 5, 2014 at 12:53 PM, Ian Hickson wrote: > > On Fri, 28 Feb 2014, Rik Cabanier wrote: > > > For instance, if the fallback

Re: [whatwg] Questions regarding Path object

2014-03-14 Thread Rik Cabanier
On Wed, Dec 4, 2013 at 5:18 PM, Rik Cabanier wrote: > > > > On Wed, Dec 4, 2013 at 11:10 AM, Jürg Lehni wrote: > >> I somehow managed to oversee all the things that happened in this >> discussion, but I'm very happy to see that Path2D is being proposed and >> agreed on now. It's also what I've o

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Jake Archibald
On 14 March 2014 21:05, Boris Zbarsky wrote: > On 3/14/14 5:03 PM, Jake Archibald wrote: > >> Do you know what browsers do with a fully cached script? >> > > "

Re: [whatwg] Grouping in canvas 2d

2014-03-14 Thread Rik Cabanier
On Fri, Mar 14, 2014 at 11:09 AM, Ian Hickson wrote: > On Wed, 4 Dec 2013, Jürg Lehni wrote: > > > > Implementing [layering/grouping] would help us greatly to optimize > > aspects of Paper.js, as double buffering into separate canvases is very > > slow and costly. > > Can you elaborate on what pr

Re: [whatwg] Promise-vending loaded() & ready() methods on various elements

2014-03-14 Thread Boris Zbarsky
On 3/14/14 5:03 PM, Jake Archibald wrote: Do you know what browsers do with a fully cached script? "" is always executed async when inserted into the DOM, cached or not.

"