Re: List item and marker box layout - Spec needs example / clarification for nested block scenario.

Sushanth Rajasankar wrote:
> Since the element matched by “::first-line” pseudo element is empty in 
> my case

It is?  This text at http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 
seems relevant:

   The "first formatted line" of an element may occur inside
   a block-level descendant in the same flow (i.e., a block-level
   descendant that is not positioned and not a float). E.g., the
   first line of the DIV in <DIV><P>This line...</P></DIV> is the
   first line of the P (assuming that both P and DIV are block-level).

-Boris

Received on Sunday, 16 March 2008 22:53:05 UTC