Re: [CSS21] Clarifications to run-in

On Fri, 17 Sep 2010 20:18:42 +0200, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> On 9/16/10 9:08 PM, fantasai wrote:
>> s/and is/and generates/ since we're talking about elements, not boxes.
>> (Although I personally think that run-ins should be able to run into
>> anonymous boxes.)
>
> You do?  Webkit had this behavior, and it caused this markup:
>
>    <div>
>      <span style="display: run-in">Run</span>
>      in
>      <div>to here?</div>
>    </div>
>
> To render like so:
>
>    Run in
>    to here?

Even if that's what's desired, it's not what the text specifies. It says  
to run in to a sibling element (fulfilling certain criteria) of the  
run-in, so it's going to look like this:

in
Runto here?

-- 
Øyvind Stenhaug
Core Norway, Opera Software ASA

Received on Monday, 11 October 2010 10:06:58 UTC