@@ -1456,6 +1456,10 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1456
1456
simultaneously.
1457
1457
</dl>
1458
1458
1459
+ Note: Like ''::first-line'' ,
1460
+ this property does not apply to, or propagate through,
1461
+ flex, grid, or table [=formatting contexts=] .
1462
+
1459
1463
Note: The [=block-end=] side does not coincide with the [=line-under=] side
1460
1464
when 'writing-mode' is ''vertical-lr'' .
1461
1465
@@ -1467,6 +1471,13 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
1467
1471
due to non-initial values of 'text-box-trim'
1468
1472
is handled the same as content that would overflow the box or line box otherwise.
1469
1473
1474
+ Unlike ''::first-line'' ,
1475
+ when applying to the first (or last) formatted line of a [=multi-column container=] ,
1476
+ this property applies to the first (or last) formatted lines
1477
+ of <em> every</em> column in the [=multi-column container=] .
1478
+
1479
+ ISSUE(11363): What happens if the column is split by a spanner?
1480
+
1470
1481
<h3 id="text-box-edge">
1471
1482
Text Trimming Metrics: the 'text-box-edge' property</h3>
1472
1483
@@ -3053,8 +3064,10 @@ Changes</h2>
3053
3064
3054
3065
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240812/">12 August 2024 Working Draft</a> :
3055
3066
<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> )
3067
+ <li> Defined behavior of 'text-box-trim' on [=multi-column containers=] ,
3068
+ and clarified its application to (and through) other formatting contexts.
3069
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5335">Issue 5335</a> ,
3070
+ <a href="https://github.com/w3c/csswg-drafts/issues/11038">Issue 11038</a> )
3058
3071
</ul>
3059
3072
3060
3073
Changes since the
0 commit comments