Skip to content

Commit 366efb0

Browse files
committed
x
1 parent d5906ce commit 366efb0

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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 &lsquo;<code class=css>visibility: collapse</code>&rsquo; setting on
3599+
the first column, the second column will move into its space.
3600+
35933601
<pre>
35943602
article { columns: 3 }
35953603
img { column-span: 2; width: 100%; float: top }

0 commit comments

Comments
 (0)