@@ -1405,6 +1405,7 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1405
1405
to match the specified 'text-box-edge' metric.
1406
1406
1407
1407
On [=block containers=] ,
1408
+ as well as on each column of a [=multi-column container=] ,
1408
1409
specifies whether to trim [=half-leading=]
1409
1410
at the start/end of its content
1410
1411
to the specified 'text-box-edge' metric
@@ -1425,7 +1426,7 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1425
1426
1426
1427
<dt> <dfn>trim-start</dfn>
1427
1428
<dd>
1428
- For [=block containers=] :
1429
+ For [=block containers=] and [=column boxes=] :
1429
1430
trim the [=block-start=] side of the <a>first formatted line</a>
1430
1431
to the specified metric of its [=root inline box=] .
1431
1432
If there is no such line,
@@ -1438,7 +1439,7 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1438
1439
1439
1440
<dt> <dfn>trim-end</dfn>
1440
1441
<dd>
1441
- For [=block containers=] :
1442
+ For [=block containers=] and [=column boxes=] :
1442
1443
trim the [=block-end=] side of the last formatted line
1443
1444
to the specified metric of its [=root inline box=] .
1444
1445
If there is no such line,
@@ -3050,6 +3051,12 @@ A.3: Synthesizing Baselines for Atomic Inlines</h3>
3050
3051
<h2 class="no-num" id="changes">
3051
3052
Changes</h2>
3052
3053
3054
+ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240812/">12 August 2024 Working Draft</a> :
3055
+ <ul>
3056
+ <li> Defined behavior of 'text-box-trim' on [=multi-column containers=] .
3057
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5335">Issue 5335</a> )
3058
+ </ul>
3059
+
3053
3060
Changes since the
3054
3061
<a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240808/">8 August 2024 Working Draft</a> :
3055
3062
<ul>
0 commit comments