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

I'm inclined to think that we need to expect authors to make adjustments sometimes to resolve ambiguities. So given:
```
万维网联盟(World Wide Web Consortium, W3C)是Web
领域的国际标准化组织,开发开放Web标准,确保
Web的长期发展。欢迎您加入W3C的朋友计划,支持W3C
实现“尽展Web无限潜能”的使命,并为Web开发者提供更多工具。
```
a small adjustment to the source text could fix the problem, such as:
```
万维网联盟(World Wide Web Consortium, W3C)是Web领
域的国际标准化组织,开发开放Web标准,确保
Web的长期发展。欢迎您加入W3C的朋友计划,支持W3C实
现“尽展Web无限潜能”的使命,并为Web开发者提供更多工具。
```
If the line breaking is done manually, this shouldn't be a common problem, once the author is aware of how things work.  If line-breaking is done automatically, the author ought to expect some problems that will need to be rectified, although the application doing the line-breaking could also look out for situations where applying a line-break between certain characters would introduce ambiguity (eg. not splitting immediately after a space in CJ).

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

Received on Wednesday, 29 April 2020 14:56:32 UTC