Re: [csswg-drafts] [css-inline] Leading control at start/end of block

@WestonThayer Wrt https://github.com/w3c/csswg-drafts/issues/3240#issuecomment-432424277 Is that an actual <a href="https://www.w3.org/TR/css-multicol-1/">multi-column layout</a> or is it multiple columns like we have e.g. in grid or flexbox or float layouts, where the column breaks are not due to fragmenting a single flow but due to placing two elements side-by-side? Because in the latter case we have the [`baseline` alignment values](https://www.w3.org/TR/css-align-3/#baseline-values). Trying to do it in the actual multicol case would need... some thought, and possibly an actual baseline grid. I don't think this feature would work well for it, because if the second headline doesn't wrap to the next column, you want a different sort of spacing than you need to get the baselines to line up.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3240#issuecomment-433628192 using your GitHub account

Received on Saturday, 27 October 2018 15:02:43 UTC