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

I confirm. If `white-space` is:
* `no-wrap` or `pre`, then we don't break anyway
* `normal` or `pre-line`, there's no preserved space at the end of the line, so `line-break: anywhere` can't add soft wrap opportunities around them
* `pre-wrap`, there are preserved spaces at the end of the line, but they hang, so soft wrap opportunities don't do anything
* `break-spaces`, then `line-break: anywhere` does add soft wrap opportunities around them.

So I think the spec is fine as is, except if we want a note to clarify the `pre-wrap` case.

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

Received on Wednesday, 30 January 2019 03:27:08 UTC