Re: [csswg-drafts] [css-text-4] move "balance | stable | pretty" out of text-wrap (#9102)

It seems to me that the `balance` value should not be an alternative to `stable | pretty` at all; it's a different type of control.

There are several aspects of wrapping that authors should be able to control independently, something like:

- `text-wrap: wrap | nowrap` -- controls whether wrapping is enabled or not

- `wrap-style: stable | pretty` -- what algorithm to use (should there be an `auto` initial value that lets the UA choose between stable/pretty, potentially based on its own heuristics?)

- `wrap-balance: balance [<number>]` -- asks the UA to try and balance line lengths if the block has no more than `<number>` lines


-- 
GitHub Notification of comment by jfkthame
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9102#issuecomment-1689914686 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 23 August 2023 12:56:17 UTC