block box inside inline box ?

Hello,

What happens when a block-level element is inside an inline element,
example:

<b>
Outside paragraph
<p>
Inside paragraph
</p>
</b>

How are boxes generated for this example?

I couldn't find it in the chapter "9 Visual formatting model", anyone know
where this is described?

thanks,

--
Sigurd Lerstad

Received on Wednesday, 5 June 2002 19:57:52 UTC