Re: [csswg-drafts] [css-text] Having overflow-wrap: break-word affect min-content size is not webcompatible

Based on the amount of reported issues, maybe we should revisit not accepting the `word-break: break-word` property value. Sure, that value doesn't make a lot of sense, but also it is now used a lot on the web, and we might just as well cave in.

We have seen a couple of websites doing `word-break: break-all; word-break: break-word` which are somewhat broken in Edge with the new text layout engine because we now properly support `break-all` on inlines, so I guess those sites were already broken in Firefox in the past. The only way to fix them would be to support `break-word` so we might end up doing just that.

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

Received on Wednesday, 1 August 2018 22:50:22 UTC