Re: Box model: min-margin and max-margin, max-padding and min-padding

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