8.1 Overflow inside multicol elements

Chapter 8 - Overflow - 8.1 Overflow inside multicol elements

Go to the relevant page of the specification.

multicol-block-clip-001 (ahem)
Overflowed content inside multicol element
This test checks that content in the normal flow that extends into column gaps is clipped in the middle of the column gap.
multicol-block-clip-002 (ahem)
Overflowed content inside and outside multicol element
This test checks that content in the normal flow that extends into column gaps is clipped in the middle of the column gap.
multicol-clip-001 (ahem)
overflowed content inside and outside multicol element
This test checks that content in the normal flow can extend into column gap before it reaches its middle. In this test, the 'l' and 'c' glyphs are painted into the left half of the column gap; the 'l' and 'e' glyphs extend outside the last column box at the edge of the multi-column and are therefore rendered thanks to the default 'overflow: visible' declaration.
multicol-clip-002 (ahem)
overflowed content inside and outside multicol element
This test checks that content in the normal flow can extend into column gap before it reaches its middle. In this test, the 'l' and 'c' glyphs are painted into the left half of the column gap; the 'l' and 'e' glyphs extend outside the last column box at the edges of the multi-column and are therefore hidden thanks to the 'overflow: hidden' declaration.
multicol-width-small-001 (ahem)
narrow column-width
This test checks that a set 'column-width' which is small with regards to width of multi-column element. In this test, in-flow content that extends into column gaps is clipped in the middle of the column gap.