Re: [csswg-drafts] [css-text] `line-break: anywhere` but normal breaking at spaces (#3561)

So, IIUC:
* `line-break: anywhere` changes nothing about breaking before/after spaces.
* `white-space: break-space` disallows hanging spaces, and adds break opportunities after every spaces, including between spaces.
* `white-space: break-space` when used with `line-break: anywhere` adds break opportunities before spaces too.

Is this correct?

If so, it'd be very helpful if the spec has these conditions more straight.

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

Received on Wednesday, 6 February 2019 07:40:36 UTC