diff --git a/files/en-us/web/css/column-fill/index.md b/files/en-us/web/css/column-fill/index.md index 70e093120fe7f13..515432593754fc9 100644 --- a/files/en-us/web/css/column-fill/index.md +++ b/files/en-us/web/css/column-fill/index.md @@ -35,6 +35,8 @@ The `column-fill` property is specified as one of the keyword values listed belo - `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. +The specification defines a `balance-all` value, in which content is equally divided between columns in fragmented contexts, such as [paged media](/en-US/docs/Web/CSS/CSS_paged_media). This value is not yet supported in any browser. + ## Formal definition {{cssinfo}}