This is a follow up to #12665, where we resolved that:
RESOLVED: Floats do not increase the height of a line clamp container. They are clipped to its content edge.
I do not think we discussed whether this clipping to the content edge would be effective in the block direction only, or in both axises. Since we didn't state any restriction, it seems to imply that is true in both axes. However, this kind of goes against the logic discussed in Example 6: continue (and its line-clamp shorthand) do not generally affect overflow in the inline direction.
So, should continue: collapse cause floats be clipped in both directions, or only in the block direction?
This is a follow up to #12665, where we resolved that:
I do not think we discussed whether this clipping to the content edge would be effective in the block direction only, or in both axises. Since we didn't state any restriction, it seems to imply that is true in both axes. However, this kind of goes against the logic discussed in Example 6:
continue(and itsline-clampshorthand) do not generally affect overflow in the inline direction.So, should
continue: collapsecause floats be clipped in both directions, or only in the block direction?