Skip to content

Commit 6166e6d

Browse files
committed
revised example
1 parent 5329698 commit 6166e6d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3196,16 +3196,10 @@ <h2>Regions</h2>
31963196
div.chapter::column(3+) /* all columns but the 1st and 2nd */
31973197
div.chapter::column(2,2) /* second column on second page */
31983198
div.chapter::column(*,2) /* all columns on the second page */
3199-
div.chapter::column(,2) /* all columns on the second page */
3199+
div.chapter::column(1,*) /* the first column on all pages */
32003200
</pre>
32013201
</div>
32023202

3203-
<!--
3204-
3205-
<h3>Turning columns into regions</h3>
3206-
3207-
<p>A column that is moved from its natural position is called a region in this specification. Columns can be moved using floating or absolute positioning.
3208-
-->
32093203

32103204
<p>To underline the fact that columns are regions, the "region" keyword can be used as a substitute for "column".
32113205

0 commit comments

Comments
 (0)