[csswg-drafts] [css-align] details for multicol containers for align/justify-content don't consider column-span

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

== [css-align] details for multicol containers for align/justify-content don't consider column-span ==
The [details for multicol containers](https://drafts.csswg.org/css-align/#distribution-multicol) for how `align-content` and `justify-content` seem to assume that multicol containers only contain column boxes.  However, with `column-span: all` this isn't really true:  they contain a sequence of:
 * an anonymous box (undefined!) that wraps a set of column boxes
 * an box with `column-span: all`

(Also, I'm not sure "multicol containers" is a defined term, but there probably should be a term!)

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

Received on Saturday, 20 May 2017 02:42:00 UTC