You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Applies to' line on break-inside doesn't seem to imply that it applies to block-level images, which it should. Mats's comment on this:
Fwiw, css-break-3 says for 'break-inside':
"Applies to: elements in the normal flow that establish formatting contexts, or that are block containers, table row groups, or table rows" https://drafts.csswg.org/css-break/#propdef-break-inside
So according to that, 'break-inside' doesn't apply to images with display:block since they are not "containers" IMO.
The 'Applies to' line on
break-insidedoesn't seem to imply that it applies to block-level images, which it should. Mats's comment on this: