@@ -16,6 +16,7 @@ Abstract: This module contains the features of CSS relating to scrollable overfl
16
16
'line-clamp', its longhands, and its legacy pre-standard syntax;
17
17
adding a 'block-ellipsis' property;
18
18
and expanding 'overflow-clip-margin' with longhands.
19
+ At Risk : ''continue: discard''
19
20
</pre>
20
21
<pre class="link-defaults">
21
22
type: dfn; spec:css-multicol-1; text:overflow column
@@ -1309,6 +1310,10 @@ Handling of Excess Content: the 'continue' property</h3>
1309
1310
Issue: ''continue: discard'' is meant to generalize and replace the <code> region-fragment</code> property from [[CSS-REGIONS-1]] .
1310
1311
Once it is sufficiently stable in this specification,
1311
1312
<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.
1312
1317
</dl>
1313
1318
1314
1319
<div class=example id=ex-continue-overflow>
@@ -1610,6 +1615,10 @@ Handling of Excess Content: the 'continue' property</h3>
1610
1615
1611
1616
<h4 id=discarding-content>Discarding Content</h4>
1612
1617
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
+
1613
1622
Content that is “not rendered” due to ''continue: discard''
1614
1623
is discarded, similar to ''display: none'' :
1615
1624
* It is not rendered.
0 commit comments