- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Sun, 03 Oct 2004 15:22:09 -0500
- To: "Justin Wood (Callek)" <116057@bacon.qcc.mass.edu>
- CC: W3C Style List <www-style@w3.org>
Justin Wood (Callek) wrote: > Well a "node" technically is inserted, which is an anonymous node, > meaning selectors do not match it, nor do they appear in the DOM, thus > not modifying the DOM... Actually, in Gecko there are in fact no DOM nodes added whatsoever, anonymous or not.... > it is the same concept if in HTML you add an inline element, > in a spot where the html would expect a block element, > most browsers have implimented quarks behavior in these cases, so that a > block elem is placed between them and the block one that is placed is > not shown in the DOM... Which browsers have implemented this (note that Gecko doesn't do this either). -Boris
Received on Sunday, 3 October 2004 20:22:22 UTC