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
<dd>Content that doesn’t fit is pushed to the next region
1459
+
<dd><aclass="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a> may only occur as a computed value
1460
1460
if the element is a <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-regions-1/#css-region">CSS Region</a>
1461
-
other than the last one in a <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-regions-1/#region-chain">region chain</a>,
1462
-
or to the next page if the element is part of a page chain,
1463
-
or to the next <adata-link-type="dfn" href="#fragment-box">fragment box</a> if the element is a <adata-link-type="dfn" href="#fragment-box">fragment box</a>
1464
-
Otherwise, it overflows.
1461
+
other than the last one in a <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-regions-1/#region-chain">region chain</a>.
1462
+
Content that doesn’t fit is pushed to the next region of the chain.
1463
+
1464
+
1465
+
<p>In all other cases, <aclass="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a> computes to one of the other values.</p>
<li>If the specified value is <aclass="css" data-link-type="maybe" href="#valdef-continue-next">next</a>
1518
+
<li>If the specified value is <aclass="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a>
1517
1519
1518
1520
<ol>
1519
1521
1520
1522
<li>On a <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-regions-1/#css-region">CSS Region</a> other than the last one in a <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-regions-1/#region-chain">region chain</a>,
1521
-
the computed value is <aclass="css" data-link-type="maybe" href="#valdef-continue-next">next</a>
1523
+
the computed value is <aclass="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a>
1522
1524
1523
1525
<li>On a page
1524
1526
the computed value is <aclass="css" data-link-type="maybe" href="#valdef-continue-paginate">paginate</a>
<pclass="issue" id="issue-598fb492"><aclass="self-link" href="#issue-598fb492"></a>If we introduce a pseudo element that can select columns in a multicol,
1551
-
we would need to specify that next computes to next on it,
1552
-
or introduce a new value and have next compute to that
1552
+
<pclass="issue" id="issue-53644667"><aclass="self-link" href="#issue-53644667"></a>If we introduce a pseudo element that can select columns in a multicol,
1553
+
we would need to specify that auto computes to auto on it,
1554
+
or introduce a new value and have auto compute to that
1553
1555
(but what would that value compute to on things that aren’t columns?).</p>
<pclass="issue" id="issue-338ad0f3"><aclass="self-link" href="#issue-338ad0f3"></a>Pages should be possible to style with @page rules. How does that work for nested pages?</p>
or by creating a <adata-link-type="dfn" href="#fragment-box">fragment box</a> inside it like <aclass="css" data-link-type="maybe" href="#valdef-continue-fragments">fragments</a> does?<ahref="#issue-36be54be"> ↵ </a></div>
2772
2777
<divclass="issue">If we introduce a pseudo element that can select columns in a multicol,
2773
-
we would need to specify that next computes to next on it,
2774
-
or introduce a new value and have next compute to that
2775
-
(but what would that value compute to on things that aren’t columns?).<ahref="#issue-598fb492"> ↵ </a></div>
2778
+
we would need to specify that auto computes to auto on it,
2779
+
or introduce a new value and have auto compute to that
2780
+
(but what would that value compute to on things that aren’t columns?).<ahref="#issue-53644667"> ↵ </a></div>
2776
2781
<divclass="issue">Write this section<ahref="#issue-001d5014"> ↵ </a></div>
2777
2782
<divclass="issue">Pages should be possible to style with @page rules. How does that work for nested pages?<ahref="#issue-338ad0f3"> ↵ </a></div>
2778
2783
<divclass="issue">
2779
2784
Should traditional pagination (e.g. when printing)
2780
-
be expressed through some magic in the computed value of <aclass="css" data-link-type="propdesc" href="#propdef-continue">continue: next</a>,
2785
+
be expressed through some magic in the computed value of <aclass="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a>,
0 commit comments