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

Somewhere someone mentioned that authors do today:
```css
word-break: break-all;
word-break: break-word;
```
so they can get at least `break-all` behavior if `break-word` is not supported. From web-compat perspective, moving this value to other properties will break these pages, right?

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

Received on Tuesday, 18 September 2018 01:01:51 UTC