Re: [whatwg] DOM mutations, transactions and UndoManager thoughts

2011-08-26 Thread Ian Hickson
On Sat, 9 Apr 2011, Alex Vincent wrote: I'm working on DOM-based editing tools in my spare time, and have been for several years. I use DOM mutation events to build transactions - objects which let me undo DOM mutations and redo them. [snip discussion of UndoManager and mutation events]

Re: [whatwg] DOM mutations, transactions and UndoManager thoughts

2011-08-26 Thread Alex Vincent
Thanks, Ian. I've been loosely following the UndoManager discussion - reading all the e-mails coming through. I haven't thought about it for a couple weeks, though. I'll take another look at the current draft soon. I'll need some time to come back to mutation events. Alex On Fri, Aug 26,

[whatwg] DOM mutations, transactions and UndoManager thoughts

2011-04-09 Thread Alex Vincent
I'm working on DOM-based editing tools in my spare time, and have been for several years. I use DOM mutation events to build transactions - objects which let me undo DOM mutations and redo them. There's a strong suggestion that DOM mutation observers should replace DOM mutation events