File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1476,6 +1476,15 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1476
1476
1477
1477
ISSUE(11363): What happens if the column is split by a spanner?
1478
1478
1479
+ When the box to which 'text-box-trim' has been applied
1480
+ is split by [=fragmentation=] [[!CSS-BREAK-3]] ,
1481
+ whether trimming is applied per fragment
1482
+ or only to the start/end edges of its first/last fragments
1483
+ is determined by 'box-decoration-break' .
1484
+
1485
+ If, when printing, trimming a [=line box=] would cause its content to be clipped,
1486
+ the UA may ignore 'text-box-trim' on that edge of that [=line box=] .
1487
+
1479
1488
<h3 id="text-box-edge">
1480
1489
Text Trimming Metrics: the 'text-box-edge' property</h3>
1481
1490
@@ -3069,6 +3078,8 @@ Changes</h2>
3069
3078
<li> Made 'text-box-edge' inherit; 'text-box-trim' references
3070
3079
the relevant value applied to the affected line box(es).
3071
3080
(<a href="https://github.com/w3c/csswg-drafts/issues/10904">Issue 10904</a> )
3081
+ <li> Defined behavior of 'text-box-trim' at [=fragmentation=] breaks.
3082
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5335">Issue 5335</a> )
3072
3083
<li> Defined behavior of 'text-box-trim' on [=multi-column containers=] ,
3073
3084
and clarified its application to (and through) other formatting contexts.
3074
3085
(<a href="https://github.com/w3c/csswg-drafts/issues/5335">Issue 5335</a> ,
You can’t perform that action at this time.
0 commit comments