← Back to release summary

CSS break-after, break-before and break-inside support

Category
CSS
Type
New or changed feature
Status
Enabled by default (Chrome 108)
Intent stage
Shipped

Summary

With LayoutNGPrinting shipped, we finally have full LayoutNG support everywhere. This also includes support for break avoidance between siblings. We've had support for the modern fragmentainer break controlling properties break-after, break-before and break-inside for some years already (in addition to the old page-break-before, page-break-after and page-break-inside properties). However, without LayoutNG, Blink didn't support the 'avoid' value on the break-before and break-after properties. This is supported in LayoutNG block fragmentation.

Standards & signals

View on chromestatus.com