From 0e5565b100dc7965e2d168fb51e915d979e85cdb Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Sat, 19 Oct 2024 00:49:44 -0700 Subject: [PATCH] column-fill: put `balance-all` back into the content (#36406) --- files/en-us/web/css/column-fill/index.md | 2 ++ 1 file changed, 2 insertions(+) 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}}