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
10 changes: 10 additions & 0 deletions css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1539,8 +1539,18 @@ Handling of Excess Content: the 'continue' property</h3>
webkit-line-clamp-040.html
</wpt>

For this definition,
[=out-of-flow=] boxes between two line boxes
don't prevent them from being consecutive.
This is the case even if
the second line box is pushed down by [=floats=].
Such out-of-flow boxes are considered
to be after the clamp point.

- A point between two [=in-flow=] [=block-level=] sibling boxes
in the line-clamp container's [=block formatting context=].
Any [=out-of-flow=] boxes in between are considered
to be after the clamp point.

<wpt>
line-clamp-auto-034.html
Expand Down