- From: Simon Sapin <simon.sapin@exyr.org>
- Date: Tue, 05 Nov 2013 23:25:23 +0000
- To: Alan Stearns <stearns@adobe.com>, "www-style@w3.org" <www-style@w3.org>
Le 05/11/2013 23:20, Alan Stearns a écrit :
> You're absolutely right - I was confusing myself with the source order
> question (which does make a difference). My original markup had the float
> before the in-flow content. In that case I think you get two columns as I
> describe above.
To clarify, do you mean this?
<article class="multicol">
<p>.1.</p>
<div class="left-float">
<p>.2.</p>
<p class="break-before">.3.</p>
</div>
<p class="break-before">.4.</p>
</article>
In that case I agree, you’d get two columns containing .3..1. and .4..2.
But I’m not sure what part of the spec supports this, or should. Why
could it be different?
--
Simon Sapin
Received on Tuesday, 5 November 2013 23:25:47 UTC