HTML and CSS Reference
In-Depth Information
Name
break-inside
Values:
auto | avoid | avoid-page | avoid-column
Initial value:
auto
Applies to:
Block-level elements
Inherited:
No
Computed value:
Same as declared value
Description:
Defines whether a column or page break should be avoided within the element. Note that
such avoidance may not be possible; for example, declaring body {break-inside: avoid-
page;} for a lengthy document will not prevent the insertion of page breaks by the user agent.
Examples:
table {break-inside: avoid;}
ul {break-inside: avoid-column;}
Search WWH ::




Custom Search