Re: [CSS21] response to issue 51

Section 5.12.1 already contains this text:

    A UA should act as if the fictional start tag of the first-line
    pseudo-element is just inside the smallest enclosing block-level
    element. (Since CSS1 and CSS2 were silent on this case, authors
    should not rely on this behavior.) Here is an example. The
    fictional tag sequence for

      <DIV>
	<P>First paragraph</P>
	<P>Second paragraph</P>
      </DIV>

    is 

      <DIV>
        <P><DIV:first-line><P:first-line>First paragraph</P:first-line></DIV:first-line></P>
        <P><P:first-line>Second paragraph</P:first-line></P>
      </DIV>

That seems to define exactly what you want.



Bert
-- 
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/people/bos/                              W3C/ERCIM
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 (0)4 92 38 76 92            06902 Sophia Antipolis Cedex, France

Received on Tuesday, 17 February 2004 15:39:07 UTC