- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Sep 2022 19:28:52 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `How is the last-baseline of a multi-col determined?`, and agreed to the following: * `RESOLVED: (and vice-versa for the last baseline)` * `RESOLVED: for multicolumns, use the lowest last baseline of all columns as its last baseline` <details><summary>The full IRC log of that discussion</summary> <Rossen_> Topic: How is the last-baseline of a multi-col determined?<br> <fremy> RESOLVED: (and vice-versa for the last baseline)<br> <Rossen_> github: https://github.com/w3c/csswg-drafts/issues/7639<br> <fremy> iank_: for multicolumns elements, we currently take the baseline of the first column<br> <fremy> iank_: and implementations don't look for a last baseline<br> <fremy> iank_: maybe we should?<br> <fremy> iank_: but it's still an option not to, like we do today<br> <TabAtkins> q+<br> <fremy> iank_: we can take the last baseline of the first column<br> <fremy> iank_: or of the last column<br> <fremy> iank_: or the lowest of all the columns<br> <fremy> dbaron: exporting the baseline of a multicolumn sounds scary<br> <fremy> dbaron: especially if you have balancing going on<br> <dbaron> s/the baseline/the last baseline/<br> <fremy> iank_: if you use the last column and you balance, it will often work<br> <fremy> iank_: but without balancing, you can end up somewhere random in the height<br> <Rossen_> q?<br> <fremy> fantasai: that seems the worst indeed<br> <fremy> fantasai: I think the best would be the max<br> <fremy> TabAtkins: fantasai just said what I was about to say<br> <fantasai> s/the max/the max, and second best would be the last line of the first column/<br> <fremy> iank_: the only caveat is that we probably don't want to include spanned items<br> <fremy> fantasai: why not?<br> <fremy> fantasai: if sounds like an rare case, but why not?<br> <fremy> iank_: (nodding)<br> <fremy> fantasai: I think checking all columns is better<br> <rachelandrew> +1 to checking all columns<br> <fremy> fantasai: in case you have a large image that doesn't fit at the bottom of the first column<br> <fremy> iank_: I'm fine with that<br> <fremy> iank_: we have some compat constraints for inline-block<br> <fremy> iank_: but here it's ok<br> <fremy> fantasai: proposed resolution is to use the lowest last baseline of all columns<br> <fremy> Rossen_: any objection?<br> <fremy> RESOLVED: for multicolumns, use the lowest last baseline of all columns as its last baseline<br> <TabAtkins> ScribeNick:<br> <TabAtkins> ScribeNick: TabAtkins<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7639#issuecomment-1248522197 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 September 2022 19:28:53 UTC