Skip to content

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

@dbaron

Description

@dbaron

The details for multicol containers 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!)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions