Re: [dom] mutation observers and HTML

On 02/17/2012 04:41 PM, Anne van Kesteren wrote:
> The idea still is that HTML is responsible for invoking the callbacks
> and emptying the MutationRecord queues, right? Have you thought about
> what HTML has to say yet Adam?
>

HTML spec should probably define what a microtask means
and then mutation observer spec should just use that mechanism.
Microtask ends when the outermost script execution of
innermost task ends, or if there is no script execution, when
the innermost task ends.



-Olli

Received on Friday, 17 February 2012 15:52:37 UTC