Re: [elreq] Does Ethiopic text also get wrapped by word? (#116)

Using CSS `line-break:anywhere` it is possible to cause a line to be broken character by character, rather than word-by-word.  If that is set, however, it becomes possible to wrap a wordspace to the start of a new line on its own. See it in action at [this link](https://w3c.github.io/i18n-tests/exploratory/line_breaking/int-line-break?lang=am&fontSize=36&width=718&lineBreak=anywhere&wordBreak=normal&text=%E1%8A%A5%E1%8B%AB%E1%8A%95%E1%8B%B3%E1%8A%95%E1%8B%B1%E1%8D%A1%E1%88%B0%E1%8B%8D%E1%8D%A1%E1%8A%A8%E1%88%9B%E1%8A%95%E1%8A%9B%E1%8B%8D%E1%88%9D%E1%8D%A1%E1%8A%A0%E1%8C%88%E1%88%AD%E1%8D%A1%E1%88%86%E1%8A%90%E1%8D%A1%E1%8A%A8%E1%88%AB%E1%88%B1%E1%8D%A1) (Use the control to reduce the width of the boxes, character by character.)

Is that ok?  Or do we need to implement rules that prevent wordspace being wrapped alone?

-- 
GitHub Notification of comment by r12a
Please view or discuss this issue at https://github.com/w3c/elreq/issues/116#issuecomment-582346812 using your GitHub account

Received on Wednesday, 5 February 2020 10:41:15 UTC