Re: [csswg-drafts] [css-text-3] replaced elements and atomic inlines with non default line-break (#4755)

I would like us to use any other properties than `line-break` for this purpose.

The effect of using incorrect values of `line-break` is visible only to some scripts. It is possible for authors to misunderstand and apply, for instance:
```css
html { line-break: strict; }
```
but authors will not notice it has undesired side effects until they test it with CJK content. This can lead to a situation where global sites to use undesired typography only for CJK content.

/cc @r12a @himorin 

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/4755#issuecomment-587285531 using your GitHub account

Received on Tuesday, 18 February 2020 05:28:16 UTC