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
<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.
3173
+
-->
3174
+
3175
+
<p>To underline the fact that columns are regions, the "region" keyword can also be used to select columns.
3176
+
3177
+
3178
+
<divclass=example>
3179
+
<pre>
3180
+
div.chapter::region(3) /* the 3rd region of the element */
3181
+
div.chapter::region(2n) /* all even regions of the element */
3182
+
div.chapter::region(3+) /* all regions but the 1st and 2nd */
3183
+
div.chapter::region(2,2) /* second region on second page */
3184
+
div.chapter::region(*,2) /* all regions on the second page */
3185
+
div.chapter::region(,2) /* all columns on the second page */
0 commit comments