You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-gcpm/Overview.src.html
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3196,16 +3196,10 @@ <h2>Regions</h2>
3196
3196
div.chapter::column(3+) /* all columns but the 1st and 2nd */
3197
3197
div.chapter::column(2,2) /* second column on second page */
3198
3198
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 */
3200
3200
</pre>
3201
3201
</div>
3202
3202
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
-
-->
3209
3203
3210
3204
<p>To underline the fact that columns are regions, the "region" keyword can be used as a substitute for "column".
0 commit comments