- From: Alex Mogilevsky <alexmog@microsoft.com>
- Date: Wed, 25 Aug 2010 08:07:54 +0000
- To: Alex Mogilevsky <alexmog@microsoft.com>, "robert@ocallahan.org" <robert@ocallahan.org>, Håkon Wium Lie <howcome@opera.com>
- CC: "www-style@w3.org" <www-style@w3.org>, Chris Jones <cjon@microsoft.com>
- Message-ID: <D51C9E849DDD0D4EA38C2E539856928411C19388@TK5EX14MBXC218.redmond.corp.microsoft.>
This was discussed at FTF and resolved as follows:
1) Column balancing does apply in multicol boxes with specified height (see http://www.w3.org/Style/CSS/Tracker/issues/129).
2) Overflow from such boxes behaves the same way with or without balancing – columns are added in direction of line flow (balancing is not applicable with overflow)
3) For in overflow, the ‘column-span’ property has no effect.
Noted special case:
If an element with “column-span:all” does not fit into multicol box, it is pushed to overflow and its ‘column-span’ property no longer has effect. There is a possibility that without “column-span:all” it would have fit within the last column of the multicol box, but that possibility is not evaluated. The element remains in overflow uncioniditionally.
Hakon – could you please verify that my summary matches what we have agreed on?
Thanks
Alex
From: www-style-request@w3.org [mailto:www-style-request@w3.org] On Behalf Of Alex Mogilevsky
Sent: Tuesday, August 17, 2010 4:26 AM
To: robert@ocallahan.org; Håkon Wium Lie
Cc: www-style@w3.org; Chris Jones
Subject: RE: [css3-multicol] column balancing and fixed height (RE: Question on Flexbox balance implementation)
Great, it seems we are in agreement on column balancing with specified height.
A related issue is the behavior of column-span in overflow, with specified height.
If in the following markup some column-span elements appear in overflow, it is to be defined how many columns they span:
<div style=“columns:3; height:250px;”>
<p>AAAAAA...</p>
<H2 style=“span: all;”>BBBBBB…</H2>
<p>CCCCCC...</p>
<H2 style=“span: all;”>EEEEEEE…</H2>
<p>FFFFFF...</p>
<H2 style=“span: all;”>HHHHHH…</H2>
<p>IIIIIII...</p>
</div>
We think this rendering would be the most logical:
[Description: cid:image007.png@01CB0C71.5C648380]
Would you agree?
Attachments
- image/png attachment: image001.png
Received on Wednesday, 25 August 2010 08:08:31 UTC