Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove balance-all value of column-fill CSS property #34561

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove balance-all value of column-fill CSS property
  • Loading branch information
queengooborg committed Jul 2, 2024
commit 8e22dceaa056d22adb2020a260105044ac530956
3 changes: 0 additions & 3 deletions files/en-us/web/css/column-fill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The **`column-fill`** [CSS](/en-US/docs/Web/CSS) property controls how an elemen
/* Keyword values */
column-fill: auto;
column-fill: balance;
column-fill: balance-all;

/* Global values */
column-fill: inherit;
Expand All @@ -35,8 +34,6 @@ The `column-fill` property is specified as one of the keyword values listed belo
- : Columns are filled sequentially. Content takes up only the room it needs, possibly resulting in some columns remaining empty.
- `balance`
- : Content is equally divided between columns. In fragmented contexts, such as [paged media](/en-US/docs/Web/CSS/CSS_paged_media), only the last fragment is balanced. Therefore in paged media, only the last page would be balanced.
- `balance-all`
- : Content is equally divided between columns. In fragmented contexts, such as [paged media](/en-US/docs/Web/CSS/CSS_paged_media), all fragments are balanced.

## Formal definition

Expand Down