Re: positioning the root element

By definition the UA must determine where on the display device the root
element is displayed.  Whether it is the bounds of the appropriate window,
how far in from the top left of the printed page(margin), or however else,
the UA determines it's location.  Therefore the root element is effectively
and inherently contained within whatever block that the UA determines.  If
the root element didn't have a containing block, then the UA would have no
ability to determine where on the screen or on the page(or what portion when
clipping needs to take place)  the root element is displayed.

-Tupshin

>
> Why must the root element have a containing block of its own?
>
> Braden
>
>

Received on Friday, 19 March 1999 17:03:46 UTC