File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3585,11 +3585,19 @@ <h3 id=selecting-columns><span class=secno>14.1. </span>Selecting columns</h3>
35853585 < h3 id =turning-columns-into-regions > < span class =secno > 14.2. </ span > Turning
35863586 columns into regions</ h3 >
35873587
3588- < p > A column that is moved from its natural position into
3589-
3590- < p > Columns can be moved
3588+ < p > A column that is moved from its natural position is called a region in
3589+ this specification. Columns can be moved using floating or absolute
3590+ positioning.
35913591
35923592 < div class =example > < img alt ="sample rendering " src =regions.png >
3593+ < p > In this example, the multicol layout is changed so that the image
3594+ (which appears first in the markup) spans two columns and is floated to
3595+ the top, thereby escaping its natural column. The first column, which
3596+ holds the start of the textual content is also floated to the top,
3597+ spanning two columns, and therefore ends up just under the image. Du to
3598+ the ‘< code class =css > visibility: collapse</ code > ’ setting on
3599+ the first column, the second column will move into its space.
3600+
35933601 < pre >
35943602article { columns: 3 }
35953603img { column-span: 2; width: 100%; float: top }
You can’t perform that action at this time.
0 commit comments