- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Thu, 02 Apr 2026 18:13:24 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-overflow-4] Clamping floats in 1d or 2d`, and agreed to the following: * `RESOLVED: floats are only clipped at block-end edge, allow overflowing in other edges` <details><summary>The full IRC log of that discussion</summary> <TabAtkins> florian: a while back we resolved that when you're clamping and there's a float that possibly goes beyond clamp point<br> <TabAtkins> florian: instead of earlier behavior - clamp the text but expand element to clear the float - we want to instead clamp the float at the content edge<br> <TabAtkins> florian: that was our resolution. but we just discussed block direction<br> <TabAtkins> florian: didn't discuss other directions<br> <TabAtkins> florian: so what happens if you also overflow in inline<br> <TabAtkins> florian: suspect we want to let it happen, that's the general clamping beahvior, it only limits you in block<br> <TabAtkins> florian: I think it makes sense to maintain that principle here<br> <TabAtkins> florian: andreu had a follow-up question of it it clamps in block-end only, or if block-start clamp if you relpos it up or something<br> <TabAtkins> florian: so first, inline direction. do we want to allow overflow?<br> <TabAtkins> astearns: makes sense to limit it to block direction<br> <fantasai> TabAtkins: This doesn't affect inline axis in any other context<br> <fantasai> TabAtkins: Same with block-start direction<br> <fantasai> TabAtkins: It doesn't affect those directions otherwise, so we shouldn't care here either<br> <fantasai> <fantasai> +!<br> <TabAtkins> andreubotella: to me the clipping proposed feels a bit werid<br> <fantasai> s/!/1/<br> <TabAtkins> andreubotella: but it makes sense probably to only happen in block<br> <TabAtkins> andreubotella: and if you relpos it up to the corner, you just start clipping at the edge line<br> <TabAtkins> florian: yep<br> <TabAtkins> florian: so proposed resolution is floats are only clipped at block-end edge, allow overflowing in other edges<br> <TabAtkins> astearns: objections to modifying previous resolution?<br> <TabAtkins> RESOLVED: floats are only clipped at block-end edge, allow overflowing in other edges<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13668#issuecomment-4179593191 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 April 2026 18:13:24 UTC