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.
Sort: