Skip to content

Commit 51910bd

Browse files
committed
[css-overflow-3] text-overflow affects an overflowing block ellipsis
Closes #2882
1 parent 07b4e2b commit 51910bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-overflow-3/Overview.bs

+4-2
Original file line numberDiff line numberDiff line change
@@ -880,10 +880,12 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
880880

881881
If the <a>block overflow ellipsis</a>
882882
is too long to fit in the line,
883-
the result is undefined.
883+
its layout is undefined
884884
(The UA may, for example, treat the <a>block overflow ellipsis</a> as an unbreakable string,
885885
or it may lay out the string across more than one line,
886-
replacing content in earlier lines as well.)
886+
replacing content in earlier lines as well).
887+
However, if any part of the [=block overflow ellipsis=] overflows,
888+
its rendering is affected by the 'text-overflow' property.
887889

888890
Issue(2882): There is a suggestion to actually define the behavior
889891
when the ellipsis is too long to fit the line.

0 commit comments

Comments
 (0)