Re: Mutation events replacement

On 7/2/11 2:27 PM, Dave Raggett wrote:
> n.b. the current mutation events work nicely for the document editing
> use cases.

Only if you have full control over the set of all registered listeners. 
  If you do not, you're SOL, because current mutation events can be 
delivered out of order if mutations happen inside mutation event 
listeners, for example.

-Boris

Received on Sunday, 3 July 2011 03:52:40 UTC