Skip to content

Commit 3123deb

Browse files
committed
[css-overfow] permissive position of text-overflow: ellipsis
Closes #10418
1 parent 7469912 commit 3123deb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎css-overflow-4/Overview.bs‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
422422
at the applicable edge(s) of the line as necessary to fit the ellipsis/string, and
423423
place the ellipsis/string immediately adjacent
424424
to the applicable edge(s) of the remaining inline content.
425+
426+
In order to avoid jitter in the position of the ellipsis
427+
as scrolling reveals more content,
428+
user agents may adjust the position of the ellipsis
429+
to be adjacent to the end of the line,
430+
or may fade/hide the ellipsis during scrolling.
431+
425432
The first character or
426433
<a href="https://www.w3.org/TR/CSS2/visuren.html#inline-boxes">
427434
atomic inline-level element</a>

0 commit comments

Comments
 (0)