Skip to content

Commit 213e146

Browse files
authored
[css-overflow-4] phrasing tweak in setting clamp points (#12294)
Adjust the phrasing of the sentence describing the case when you cannot set a clamp point. In the original phrasing: * it wasn't clear what "it" referred to * the reference to other clamp points without a qualifier like "possible" or "potential" made the logic seem circular.
1 parent 558ebe2 commit 213e146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-overflow-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
983983
its <var>N</var>th
984984
descendant <a>in-flow</a> <a>line box</a>.
985985
If fewer than <var>N</var> line boxes exist,
986-
or if there are no clamp points after it,
986+
or if there are no possible clamp points
987+
after the <var>N</var>th descendant <a>in-flow</a> <a>line box</a>,
987988
then that line-clamp container has no clamp point.
988989

989990

0 commit comments

Comments
 (0)