Chrome 130 introduces the CSS property `box-decoration-break` with the `clone` value, which supports inline and block fragmentation. This property ensures that each fragment of a box (whether inline elements breaking over lines or block elements in columns) maintains its border and background, avoiding the default slicing effect.

2m read timeFrom developer.chrome.com
Post cover image
Table of contents
Inline fragmentationBlock fragmentation

Sort: