- From: Jungshik Shin via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Jan 2022 22:32:51 +0000
- To: public-css-archive@w3.org
JFYI, in case of Korean, 'word-break: keep-all' almost works for use cases described in the proposal because Korean does use spaces between words/phrases unlike Chinese and Japanese. 'Almost' (not completely) because compound nouns ("concatenation" of multiple nouns without inter-word space) wound't have line-breaking opportunities with 'word-break: keep-all' because 'word-break: keep-all' is (almost) entirely space-based. In addition to use cases enumerated in the proposal, web page authors may want to use this type of line-breaking for ragged paragraphs as opposed to justified. -- GitHub Notification of comment by jungshik Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6730#issuecomment-1006984015 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 January 2022 22:32:52 UTC