- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Aug 2018 22:50:18 +0000
- To: public-css-archive@w3.org
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