- From: Rachel Andrew via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 May 2019 14:02:37 +0000
- To: public-css-archive@w3.org
I think we may be thinking of two different things here, but the property `column-fill` is only consulted if the height is other than `auto` in continuous contexts. Chrome renders correctly without an `orphans` or `widows` property, if the container has a height (for example 25px). The spec says that the behavior should be `balance` if the container is not restricted in the block dimension, so I think that is the Chrome bug. I'm not therefore sure where `orphans` and `widows` comes into it. I think Firefox Nightly has the correct behavior, and again doesn't need `orphans` or `widows` to achieve the content split across the first three boxes. https://codepen.io/rachelandrew/pen/c1bb5629cf4a431054c188b9ca3d8190 I don't understand what you mean about two line boxes hence me wondering if we are talking about two different things. -- GitHub Notification of comment by rachelandrew Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3700#issuecomment-497340461 using your GitHub account
Received on Thursday, 30 May 2019 14:02:38 UTC