3.4 Pseudo-algorithm

Chapter 3 - The number and width of columns - 3.4 Pseudo-algorithm

Go to the relevant page of the specification.

multicol-count-computed-004 (ahem)
both 'column-width' and 'column-count' are 'auto'
This test checks that if 'column-width' is 'auto' and if 'column-count' is 'auto', then such element will not behave like a multi-column element and column-gap and column-rule declarations will be ignored.
multicol-inherit-001 (ahem)
multicolumn and inheritance
multicol-list-item-001 (ahem)
multi-column and list-item
This test checks that an unordered list of list items can be set to display its list-items in column boxes.
multicol-margin-001 (ahem)
multi-column and margin collapsing of first child (basic)
This test checks that the margin-top of the first child of a multi-column element (with column-fill: auto) does not collapse with its parent.
multicol-margin-002 (ahem)
multi-column and margin collapsing of first child (basic)
This test checks that the margin-top of the first child (an inline-block) of a multi-column element (with column-fill: balance) does not collapse with its parent.
multicol-nested-005 (ahem)
nested multi-columns and constrained dimensions
This test checks how the height of column boxes conditions the height of nested column boxes.
multicol-nested-column-rule-001 (ahem)
nested multi-columns and column-rule position
This test checks how the height of column boxes conditions the height of column rule.