Skip to content

Commit b92a2ac

Browse files
committed
[css-inline-3] Application of text-box-trim to other FCs #11038
1 parent 1e4db16 commit b92a2ac

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

css-inline-3/Overview.bs

+15-2
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,10 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
14561456
simultaneously.
14571457
</dl>
14581458

1459+
Note: Like ''::first-line'',
1460+
this property does not apply to, or propagate through,
1461+
flex, grid, or table [=formatting contexts=].
1462+
14591463
Note: The [=block-end=] side does not coincide with the [=line-under=] side
14601464
when 'writing-mode' is ''vertical-lr''.
14611465

@@ -1467,6 +1471,13 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
14671471
due to non-initial values of 'text-box-trim'
14681472
is handled the same as content that would overflow the box or line box otherwise.
14691473

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+
14701481
<h3 id="text-box-edge">
14711482
Text Trimming Metrics: the 'text-box-edge' property</h3>
14721483

@@ -3053,8 +3064,10 @@ Changes</h2>
30533064

30543065
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240812/">12 August 2024 Working Draft</a>:
30553066
<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>)
30583071
</ul>
30593072

30603073
Changes since the

0 commit comments

Comments
 (0)