[css-regions] Fwd: Scheduling multiple types of end-of-(micro)task work

2012-11-15 Thread Andrei Bucur
he "resize" event. The reason is to allow smooth updates of the layout when the user resizes the browser window. Thoughts? Thanks, Andrei. Begin forwarded message: > From: Andrei Bucur > Subject: Re: Scheduling multiple types of end-of-(micro)task work > Date: October 19, 2

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-19 Thread Andrei Bucur
Hello, I agree using micro-tasks for the "regionLayoutUpdate" event is not a very good option and we should respecify the event behaviour. One idea that comes in my mind is to specialize the "regionLayoutEvent" into something more measurable (basically, having a better answer to what are the c

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread James Robinson
On Thu, Oct 18, 2012 at 4:16 PM, Jonas Sicking wrote: > On Thu, Oct 18, 2012 at 3:34 PM, James Robinson wrote: > > On Thu, Oct 18, 2012 at 3:19 PM, Alan Stearns wrote: > >> On 10/18/12 2:51 PM, "Olli Pettay" wrote: > >> >On 10/19/2012 12:08 AM, Rafael Weinstein wrote: > >> >> CSS Regions regio

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Jonas Sicking
On Thu, Oct 18, 2012 at 3:34 PM, James Robinson wrote: > On Thu, Oct 18, 2012 at 3:19 PM, Alan Stearns wrote: >> On 10/18/12 2:51 PM, "Olli Pettay" wrote: >> >On 10/19/2012 12:08 AM, Rafael Weinstein wrote: >> >> CSS Regions regionLayoutUpdate brings up an issue I think we need to >> >> get ahea

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread James Robinson
On Thu, Oct 18, 2012 at 3:19 PM, Alan Stearns wrote: > On 10/18/12 2:51 PM, "Olli Pettay" wrote: > > >On 10/19/2012 12:08 AM, Rafael Weinstein wrote: > >> CSS Regions regionLayoutUpdate brings up an issue I think we need to > >> get ahead of: > >> > >>https://www.w3.org/Bugs/Public/show_bug.

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Olli Pettay
On 10/19/2012 01:19 AM, Alan Stearns wrote: On 10/18/12 2:51 PM, "Olli Pettay" wrote: On 10/19/2012 12:08 AM, Rafael Weinstein wrote: CSS Regions regionLayoutUpdate brings up an issue I think we need to get ahead of: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 For context:

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Alan Stearns
On 10/18/12 2:51 PM, "Olli Pettay" wrote: >On 10/19/2012 12:08 AM, Rafael Weinstein wrote: >> CSS Regions regionLayoutUpdate brings up an issue I think we need to >> get ahead of: >> >>https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 >> >> For context: >> >> Mutation Observers ar

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Jonas Sicking
On Thu, Oct 18, 2012 at 2:08 PM, Rafael Weinstein wrote: > CSS Regions regionLayoutUpdate brings up an issue I think we need to > get ahead of: > > https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 > > For context: > > Mutation Observers are currently spec'd in DOM4 > > http://do

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Rafael Weinstein
On Thu, Oct 18, 2012 at 2:51 PM, Olli Pettay wrote: > On 10/19/2012 12:08 AM, Rafael Weinstein wrote: >> >> CSS Regions regionLayoutUpdate brings up an issue I think we need to >> get ahead of: >> >>https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 >> >> For context: >> >> Mutation

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Olli Pettay
On 10/19/2012 12:08 AM, Rafael Weinstein wrote: CSS Regions regionLayoutUpdate brings up an issue I think we need to get ahead of: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 For context: Mutation Observers are currently spec'd in DOM4 http://dom.spec.whatwg.org/#muta

Scheduling multiple types of end-of-(micro)task work

2012-10-18 Thread Rafael Weinstein
CSS Regions regionLayoutUpdate brings up an issue I think we need to get ahead of: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391 For context: Mutation Observers are currently spec'd in DOM4 http://dom.spec.whatwg.org/#mutation-observers and delivery timing is defined in HT