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

If 'auto' will not be specified on the shorthand but on the longhands, shouldn't the order of the longhands matter?

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


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

Received on Thursday, 9 February 2023 14:38:50 UTC