On Wed, 30 May 2007 15:22:39 +0200, Michel Fortin
<[EMAIL PROTECTED]> 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/>