[csswg-drafts] [css-align] Baseline of a multi-col box?

kojiishi has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align] Baseline of a multi-col box? ==
[8.1. Determining the Baselines of a Box](https://drafts.csswg.org/css-align/#baseline-export) specifies baselines for several layout models.

Is multi-col part of "block containers", or is it not listed and that should be synthesized?

[A simple test](http://output.jsbin.com/cenefep) indicates that:
* Edge/Gecko/WebKit handles as a box and synthesize.
* Blink as a block container and use the last baseline of the last column.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1572 using your GitHub account

Received on Thursday, 29 June 2017 04:44:02 UTC