:first-line errors

<blockquote
cite="http://www.w3.org/TR/REC-CSS2/selector.html#first-line-pseudo">
The :first-line pseudo-element is similar to an inline-level element, but
with certain restrictions. Only the following properties apply to a
:first-line pseudo-element: font properties, color properties, background
properties, 'word-spacing', 'letter-spacing', 'text-decoration',
'vertical-align', 'text-transform', 'line-height', 'text-shadow', and
'clear'.
</blockquote>

This is a grave error. Vertical-align can have no effect since :first-line
selects a line box, and line boxes are stacked without separation.

=====
----------------------------------------------------------
From Matthew Brealey (http://members.tripod.co.uk/lawnet (for law)or http://members.tripod.co.uk/lawnet/WEBFRAME.HTM (for CSS))
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Received on Wednesday, 26 January 2000 04:19:58 UTC