Re: [csswg-drafts] [css-text-3] Segment Break Transformation Rules around CJK Punctuation (#5086)

One possible idea to (possibly) solve both points: how about changing the criteria to:

If the previous line ends with one of following 4 characters:
```
U+3001 IDEOGRAPHIC COMMA
U+3002 IDEOGRAPHIC FULL STOP
U+FF0C FULLWIDTH COMMA
U+FF0E FULLWIDTH FULL STOP
```

I think this should cover most of cases the proposal wants to improve, while keeping the rules easy-to-understand/remember/predict.

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

Received on Tuesday, 26 May 2020 15:18:57 UTC