Skip to content

Commit 0776b2b

Browse files
[css-overflow-4] Define where the line clamp can be around floats (#13528)
Closes #12817.
1 parent cf61f24 commit 0776b2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-overflow-4/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,18 @@ Handling of Excess Content: the 'continue' property</h3>
15391539
webkit-line-clamp-040.html
15401540
</wpt>
15411541

1542+
For this definition,
1543+
[=out-of-flow=] boxes between two line boxes
1544+
don't prevent them from being consecutive.
1545+
This is the case even if
1546+
the second line box is pushed down by [=floats=].
1547+
Such out-of-flow boxes are considered
1548+
to be after the clamp point.
1549+
15421550
- A point between two [=in-flow=] [=block-level=] sibling boxes
15431551
in the line-clamp container's [=block formatting context=].
1552+
Any [=out-of-flow=] boxes in between are considered
1553+
to be after the clamp point.
15441554

15451555
<wpt>
15461556
line-clamp-auto-034.html

0 commit comments

Comments
 (0)