A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/break-inside below:

break-inside · WebPlatform Docs

break-inside Summary

Control page/column/region breaks that fall within a block of content

Overview table
Initial value
auto
Applies to
block-level elements
Inherited
No
Media
visual

Computed value
:

Animatable
No
CSS Object Model Property
breakInside
Syntax Values
auto
Default. A page/column/region break is determined by the flow of content.
avoid
A page/column/region break is not allowed within the content block.
avoid-page
A page break is not allowed within the content block.
avoid-column
A column break is not allowed within the content block.
avoid-region
A region break is not allowed within the content block.
Examples

h1 {
    break-before: always;
}


h2, h3 {
    break-after: avoid;
    break-inside: avoid;
}
Usage
 This property replaces separate column-break-inside, page-break-inside, and region-break-inside properties, which may still be present in some browser implementations.
Related specifications

CSS Regions Module Level 1
:

See also Related articles Multi-Column Regions External resources Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4