Skip to content

Commit 29b7523

Browse files
committed
[css-ui] permissive position of text-overflow: ellipsis
Backport 3123deb from css-overflow-4 to css-ui-3 as a candidate correction. See #10418
1 parent 3123deb commit 29b7523

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

‎css-ui-3/Overview.bs‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,23 @@ atomic inline-level elements</a>
935935
at the <a>end</a> edge of the line as necessary to fit the ellipsis, and
936936
place the ellipsis immediately adjacent
937937
to the <a>end</a> edge of the remaining inline content.
938+
939+
<div class="candidate correction" id=c5>
940+
<span class=marker>Candidate Correction 5:</span>
941+
Relax the positioning requirement for the ellipsis
942+
based on implementation experience.
943+
944+
<blockquote>
945+
<ins>
946+
In order to avoid jitter in the position of the ellipsis
947+
as scrolling reveals more content,
948+
user agents may adjust the position of the ellipsis
949+
to be adjacent to the end of the line,
950+
or may fade/hide the ellipsis during scrolling.
951+
</ins>
952+
</blockquote>
953+
</div>
954+
938955
The first character or
939956
<a href="https://www.w3.org/TR/CSS2/visuren.html#inline-boxes">
940957
atomic inline-level element</a>
@@ -1832,7 +1849,9 @@ This appendix is <em>informative</em>.
18321849
Changes from the <a href="https://www.w3.org/TR/2026/REC-css-ui-3-20260407/">7 April 2026 Recommendation (REC)</a></h3>
18331850

18341851
<ul>
1835-
<li><em>none</em></li>
1852+
<li><a href=#c5>Candidate Correction 5:</a>
1853+
Relax the positioning requirement for the ellipsis
1854+
based on implementation experience.
18361855
</ul>
18371856

18381857

0 commit comments

Comments
 (0)