From be17ebe0d14b8d3db26267e1799658b754330f1e Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Wed, 18 Feb 2026 22:24:31 +0100 Subject: [PATCH] [css-overflow-4] Define where the line clamp can be around floats Closes #12817. --- css-overflow-4/Overview.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css-overflow-4/Overview.bs b/css-overflow-4/Overview.bs index 984390dc8c83..118e1124c826 100644 --- a/css-overflow-4/Overview.bs +++ b/css-overflow-4/Overview.bs @@ -1539,8 +1539,18 @@ Handling of Excess Content: the 'continue' property webkit-line-clamp-040.html + 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. line-clamp-auto-034.html