Re: [csswg-drafts] [css-text-3] word-wrap/overflow-wrap: break-word should affect min-content

@fantasai You are wrong. Box `6. overflow-wrap: break-word;` should look like `4. word-break: break-word`, not like `2. word-break: break-all`. 

`overflow-wrap: break-word` should break word only if it's necessary to "hold" layout in correct state, like working `word-break: break-word` on Chrome (and others blink/webkit engines). `break-word` its not `break-all`

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

Received on Tuesday, 3 July 2018 12:36:00 UTC