[whatwg] No-DOM HTML

Anne van Kesteren annevk at opera.com
Sat Jun 2 01:39:14 PDT 2007


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/>



More information about the whatwg mailing list