Skip to content

Commit 237f439

Browse files
committed
[css-overflow-3] Pick a single behavior long block ellipsis
Closes #3213
1 parent 647f41a commit 237f439

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -878,17 +878,10 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
878878
and require a single behavior.
879879
Finding how to break the cycles probably should be defined as well.
880880

881-
If the <a>block overflow ellipsis</a>
882-
is too long to fit in the line,
883-
its layout is undefined
884-
(The UA may, for example, treat the <a>block overflow ellipsis</a> as an unbreakable string,
885-
or it may lay out the string across more than one line,
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.
889-
890-
Issue(3213): There is a suggestion to actually define the behavior
891-
when the ellipsis is too long to fit the line.
881+
The UA must treat the <a>block overflow ellipsis</a> as an unbreakable string,
882+
If any part of the [=block overflow ellipsis=] overflows,
883+
it is treated as [=scrollable overflow=],
884+
and its rendering is affected by the 'text-overflow' property.
892885

893886
The <a>block overflow ellipsis</a> does not capture events:
894887
pointer events are dispatched to whatever is underneath

0 commit comments

Comments
 (0)