Skip to content

Commit c1d67bd

Browse files
committed
[css-inline-3] Clarify interaction of text-box-trim and inline-sizing w3c#10703
1 parent 8c2f0a1 commit c1d67bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css-inline-3/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,7 @@ Trimming Over/Under Text: the 'text-box-trim' property</h3>
14031403
On [=inline boxes=],
14041404
specifies whether to trim the [=content box=]
14051405
to match the specified 'text-box-edge' metric.
1406+
See [[#inline-height]] for details.
14061407

14071408
On [=block containers=],
14081409
as well as on each column of a [=multi-column container=],
@@ -1537,7 +1538,9 @@ Inline Box Drawing Height: the 'inline-sizing' property</h3>
15371538
The <a>content area</a> of the <a>inline box</a>
15381539
is sized and positioned to fit (possibly hypothetical) text
15391540
from its [=first available font=].
1540-
This specification does not specify how.
1541+
If 'text-box-trim' indicates trimming,
1542+
then the specified metric must be used.
1543+
Otherwise, this specification does not specify how.
15411544
A UA may, e.g., use the maximum ascender and descender of the font.
15421545
(This would ensure that glyphs with parts above or below the em-box
15431546
still fall within the content area,

0 commit comments

Comments
 (0)