@@ -16,6 +16,7 @@ Abstract: This module contains the features of CSS relating to scrollable overfl
1616 'line-clamp', its longhands, and its legacy pre-standard syntax;
1717 adding a 'block-ellipsis' property;
1818 and expanding 'overflow-clip-margin' with longhands.
19+ At Risk : ''continue: discard''
1920</pre>
2021<pre class="link-defaults">
2122type: dfn; spec:css-multicol-1; text:overflow column
@@ -1309,6 +1310,10 @@ Handling of Excess Content: the 'continue' property</h3>
13091310 Issue: ''continue: discard'' is meant to generalize and replace the <code> region-fragment</code> property from [[CSS-REGIONS-1]] .
13101311 Once it is sufficiently stable in this specification,
13111312 <code> region-fragment</code> should be removed from the regions specification in favor of this.
1313+
1314+ Note: ''continue: discard'' is [=at risk=] :
1315+ it may be removed before advancement to [=Recommendation=]
1316+ if criteria for advancement are not fulfilled.
13121317 </dl>
13131318
13141319 <div class=example id=ex-continue-overflow>
@@ -1610,6 +1615,10 @@ Handling of Excess Content: the 'continue' property</h3>
16101615
16111616<h4 id=discarding-content>Discarding Content</h4>
16121617
1618+ Note: ''continue: discard'' , and thus this subsection, is [=at risk=] :
1619+ it may be removed before advancement to [=Recommendation=]
1620+ if criteria for advancement are not fulfilled.
1621+
16131622 Content that is “not rendered” due to ''continue: discard''
16141623 is discarded, similar to ''display: none'' :
16151624 * It is not rendered.
0 commit comments