Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions files/en-us/glossary/fragmentainer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ page-type: glossary-definition
sidebar: glossarysidebar
---

A fragmentainer is defined in the [CSS Fragmentation](https://drafts.csswg.org/css-break/) specification as follows:
A **fragmentainer** is defined in the [CSS Fragmentation](https://drafts.csswg.org/css-break/) specification as follows:

> A box—such as a page box, column box, or region—that contains a portion (or all) of a fragmented flow. Fragmentainers can be pre-defined, or generated as needed. When breakable content would overflow a fragmentainer in the block dimension, it breaks into the next container in its fragmentation context instead.
> A box—such as a page box, column box, or region—that contains a portion (or all) of a fragmented flow. Fragmentainers can be pre-defined or generated as needed. When breakable content would overflow a fragmentainer in the block dimension, it breaks into the next container in its fragmentation context instead.

Fragmented contexts are found in CSS Paged Media, where the fragmentainer would be the box which defines a page. In Multiple-column Layout the fragmentainer is the column box created when columns are defined on a multicol container. In CSS Regions each Region is a fragmentainer.
Fragmented contexts are found in [CSS paged media](/en-US/docs/Web/CSS/CSS_paged_media), where the fragmentainer would be the box that defines a page. In [CSS multiple-column layout](/en-US/docs/Web/CSS/CSS_multicol_layout), the fragmentainer is the column box created when columns are defined on a multicol container.

## See also

- [CSS fragmentation](/en-US/docs/Web/CSS/CSS_fragmentation) module