Re: [CSS 2.1] cases that do not pass in any browser

On 08/22/2010 11:47 AM, Boris Zbarsky wrote:
>
> In practice, I would expect that to a first approximation authors just
> never use first-line on blocks with floats in them. Otherwise they would
> have been complaining about the inconsistent behavior.

I'll note that
   ::first-letter { float: start; }
is the recommended way to deal with drop caps. It would make sense here
for the float to take the color of the ::first-line, wouldn't it?

~fantasai

Received on Monday, 23 August 2010 21:23:53 UTC