Re: [csswg-drafts] [css-text] Syntax for percentage-of-width-of-space for 'word-spacing' (#3232)

It looks like `<length>`s [require](https://drafts.csswg.org/css-values-4/#dimension) units, but this new value represents a ratio or percentage. 

How would one represent the concept of "Please set my word spacing to 130% of the space width" in a way that is compatible with `calc()`?

Would `word-spacing: scale-space(calc(100% + 30%))` work?

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


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

Received on Thursday, 3 February 2022 21:32:30 UTC