Re: [CSS21] Trivial editorial issues with 9.5 (Floats)

On Thu, 08 Oct 2009 18:59:33 +0200, Bert Bos <bert@w3.org> wrote:

> On Monday 05 October 2009, L. David Baron wrote:
>> On Monday 2009-10-05 18:34 +0200, Anton Prowse wrote:
>> >   # Any content in the current line before a floated box is
>> > reflowed in
>> >   # the first available line on the other side of the
>> > float.

> The context is as follows. Imagine a line of text, where ### is an
> image:
>
>     One two three ### four five six.
>
> Now float that image to the left:
>
>     #### One two three four five six.
>
> and note that the words "One two three" have moved to the *other side*
> of the image!
>
> Yes, that is not very precise language. It talks about moving, but
> nothing moves in CSS and the text never was at the left side to begin
> with.

It's also incorrect for right-floated boxes in LTR or left-floated boxes  
in RTL (assuming that "the other side" is interpreted as above).

-- 
Øyvind Stenhaug
Core Norway, Opera Software ASA

Received on Friday, 9 October 2009 15:26:44 UTC