Re: [csswg-drafts] [css-text-4] Bikeshedding word-boundary-expansion (#7385)

Some notes on how to expand this out to accommodate additional space types:

```
none | [ zero-width | space | ideographic-space | ethiopic-space ]{1,2}#
```

* Property transforms the first value in each pair into the second.
* If only one value is given it maps as follows:
  * `zero-width` = space to zwsp
  * `space` = zwsp to space + ethiopic-space to space
  * `ideographic-space` = zwsp to ideographic-space
  * `ethiopic-space` = space to ethiopic space

A first level could have only the 1-keyword version.

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


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

Received on Thursday, 26 January 2023 11:02:11 UTC