Column rule painting order (Was: Re: [CSSWG] Minutes Tucson F2F Monday Afternoon I: Text Decoration, Multi-col)

fantasai <fantasai.lists@inkedblade.net> writes:

>   - RESOLVED: column rules are painted in the inline content layer
>               (as described in http://lists.w3.org/Archives/Public/www-style/2012Jul/0546.html),
>               but below all inline content inside the multicol

So column rules will be painted on top of floats inside the multicol?
Neither Gecko, Presto nor WebKit [1] do this currently.

[1] The fix for https://bugs.webkit.org/show_bug.cgi?id=15553 is needed
in order to be able to observe this in WebKit.

    <p>So, you don't want any blue below?</p>
    <div style="columns:2; column-gap:1em; line-height:1em; column-rule:10em solid pink; height:5em;">
      <div style="float:right; width:3em; height:3em; background:blue;"></div>
      <br><br><br><br><br><br><br><br><br>
    </div>

-- 
---- Morten Stenshorne, developer, Opera Software ASA ----
---- Office: +47 23692400 ------ Mobile: +47 93440112 ----
------------------ http://www.opera.com/ -----------------

Received on Friday, 15 February 2013 16:09:05 UTC