Skip to content

Commit a630edf

Browse files
committed
[css-overfow-4] Run white-space proc. phase 2 before ellipsis insertion
See #12008
1 parent 8f654d4 commit a630edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-overflow-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,9 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
810810
and ''line-height: 0''
811811
and is placed in the line box after the last
812812
<a>soft wrap opportunity</a> (see [[!CSS-TEXT-3]])
813-
that would still allow the entire <a>block overflow ellipsis</a> to fit on the line.
813+
that would still allow the entire <a>block overflow ellipsis</a> to fit on the line,
814+
applying [[css-text-4#white-space-rules]] including [[css-text-4#white-space-phase-2]]
815+
before inserting the [=block overflow ellipsis=].
814816
For this purpose, <a>soft wrap opportunities</a> added by 'overflow-wrap' are ignored,
815817
as are those inhibited by ''text-wrap-mode: nowrap''.
816818
If this results in the entire contents of the line box being displaced,

0 commit comments

Comments
 (0)