Re: [csswg-drafts] [css-text][text-spacing] Visual regressions of line-start at portals and news sites (#9511)

I agree with the `normal` as the initial value which implies `space-start trim-adjacent allow-end`.

Other necessary text-spacing-trim values will be:

- `trim-start` implies `trim-start trim-adjacent allow-end`
- `space-first` implies `space-first trim-adjacent allow-end`
- `trim-auto` implies `trim-start trim-adjacent trim-end`
- `space-all` implies `space-start space-adjacent space-end`
- `trim-all` (trim anywhere)

So the value syntax will be:

    normal | trim-start | space-first | trim-auto | space-all | trim-all

Other value keywords (space-start, allow-end, etc.) and combinations are probably not necessary.

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


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

Received on Tuesday, 19 December 2023 13:46:02 UTC