Re: [csswg-drafts] [css-text-3] Should enclosed ideographic blocks be space-discarding? (#4992)

> Note, however, that we only discard if both sides (before and after) the line break are part of the space-discarding character set.

What's the rationale for this? Sometimes unintended behavior will appear we only discard if both sides are part of the space-discarding character set. For example:

```
万维网联盟(World Wide Web Consortium, W3C)是Web
领域的国际标准化组织,开发开放Web标准,确保
Web的长期发展。欢迎您加入W3C的朋友计划,支持W3C
实现“尽展Web无限潜能”的使命,并为Web开发者提供更多工具。
```

will become:

> 万维网联盟(World Wide Web Consortium, W3C)是Web`{SPACE}`领域的国际标准化组织,开发开放Web标准,确保`{SPACE}`Web的长期发展。欢迎您加入W3C的朋友计划,支持W3C`{SPACE}`实现“尽展Web无限潜能”的使命,并为Web开发者提供更多工具。

(`{SPACE}` stands for the inserted space. Perhaps there have been related discussions before, but I did not find it.)

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

Received on Tuesday, 28 April 2020 07:35:42 UTC