המאפיין break-inside מגדיר אם מעבר עמוד, מעבר עמודה או מעבר אזור צריך להתרחש בתוך האלמנט שצוין
דוגמא: שליטה האם מותר לשבור עמוד, עמודה או אזור בתוך אלמנט
Paragraph one with some text to fill the column.
Paragraph two continues here with more content.
| הערך שנבדק | Chrome | Firefox | EdgeC | Opera |
|---|---|---|---|---|
| avoid | ✔️ | ✔️ | ✔️ | ✔️ |
| auto | ✔️ | ✔️ | ✔️ | ✔️ |
| avoid-page | ✔️ | ✔️ | ✔️ | ✔️ |
| avoid-column | ✔️ | ✔️ | ✔️ | ✔️ |
| revert | ✔️ | ✔️ | ✔️ | ✔️ |
| revert-layer | ✔️ | ✔️ | ✔️ | ✔️ |
| unset | ✔️ | ✔️ | ✔️ | ✔️ |
| inherit | ✔️ | ✔️ | ✔️ | ✔️ |
| initial | ✔️ | ✔️ | ✔️ | ✔️ |
| avoid-region | ❌ | ❌ | ❌ | ❌ |