Re: [csswg-drafts] [css-text] text-spacing is very complicated (#4246)

> ```
> text-spacing: normal | none | auto | <'text-autospace'> || <'text-spacing-trim'>
>   text-spacing-trim: auto | space-all |  trim-all | [ allow-end || space-first ]
>   text-autospace: normal | auto | no-autospace |
>                   [ ideograph-alpha || ideograph-numeric || punctuation ]
>                   || [ insert | replace ]
> ```

I assume `text-spacing: auto` is equivalent to `text-spacing-trim: auto` and `text-autospace: auto`, right? If so, it doesn't have to be explicitly defined for the shorthand in the current syntax.

Sebastian

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


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

Received on Monday, 30 January 2023 21:17:49 UTC