- From: Bert Bos <bert@w3.org>
- Date: Tue, 17 Feb 2004 21:38:31 +0100
- To: Boris Zbarsky <bzbarsky@MIT.EDU>
- Cc: www-style@w3.org
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