There was an error while loading. Please reload this page.
1 parent 7469912 commit 3123debCopy full SHA for 3123deb
1 file changed
css-overflow-4/Overview.bs
@@ -422,6 +422,13 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
422
at the applicable edge(s) of the line as necessary to fit the ellipsis/string, and
423
place the ellipsis/string immediately adjacent
424
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
432
The first character or
433
<a href="https://www.w3.org/TR/CSS2/visuren.html#inline-boxes">
434
atomic inline-level element</a>
0 commit comments