Re: [csswg-drafts] [css-text-3] Implement or unship word-break:break-word

Note that the behavior of this feature&mdash;allowing breaks anywhere if the word cannot fit its container (per `word-wrap/overflow-wrap: break-word`) and <em>also</em> having these break opportunities affect the min-content size&mdash;is now specified for `word-wrap/overflow-wrap: break-word`.  See https://github.com/w3c/csswg-drafts/issues/2682

This means that once implementations catch up, there is no use case requiring `word-break: break-word` to be added (since `overflow-wrap: break-word` now has this behavior), and the only reason to add this second syntax would be if it's needed for Web-compat.

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

Received on Tuesday, 19 June 2018 22:39:11 UTC