- From: Anne van Kesteren <annevk@opera.com>
- Date: Sat, 02 Jun 2007 10:39:14 +0200
On Wed, 30 May 2007 15:22:39 +0200, Michel Fortin <michel.fortin at michelf.com> wrote: > 3) Emit events until you reach a point where it may be possible that > some events should be reordered, in which case you build a local DOM- > like tree and wait until you can emit all pending events with a > certainty they don't need to be reordered. This is not an option. Consider <b><p>test</p></b> versus <b><p>test</b> Sending mutation events is probably the only way to go. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Saturday, 2 June 2007 01:39:14 UTC