From 64abcd2d84151280c61ae4b2ca63d3c697a2e245 Mon Sep 17 00:00:00 2001 From: fantasai Date: Thu, 16 May 2024 20:25:23 -0400 Subject: [PATCH] [css-text-4] Loosen requirement about balancing not affecting the line count #10186 --- css-text-4/Overview.bs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index d13d207835f..3692e153e18 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -5530,10 +5530,15 @@ Selecting How to Wrap: the 'text-wrap-style' property Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than ''text-wrap-style/auto'' is possible. - This must not change the number of line boxes + This should avoid changing-- + and in the case of 5 or fewer lines must not change-- + the number of line boxes the block would contain if 'text-wrap' were set to ''text-wrap-style/auto''. + Note: The height of the line boxes may nevertheless change, + due to changes in which content appears together on one line. + white-space/text-wrap-balance-001.html white-space/text-wrap-balance-002.html @@ -13115,6 +13120,9 @@ Changes Significant changes since the 19 February 2024 Working Draft include: * Renamed the 'text-spacing-trim' value trim-auto to ''trim-both''. (Issue 10161) + * Loosened requirement about not changing lines for ''text-wrap-style: balance'' + for cases with large numbers of lines. + (Issue 10186) Significant changes since the 20 October 2023 Working Draft include: * Restored accidentally deleted “and each line after a [=forced line break=]”