Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,8 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
its <var>N</var>th
descendant <a>in-flow</a> <a>line box</a>.
If fewer than <var>N</var> line boxes exist,
or if there are no clamp points after it,
or if there are no possible clamp points
after the <var>N</var>th descendant <a>in-flow</a> <a>line box</a>,
then that line-clamp container has no clamp point.


Expand Down