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

I've seen a mny of sites that are broken in Firefox/IE because they unsupporting this. They have a pattern where they use:

word-break: break-all;
word-break: break-word;

So we ignore the second (unsupported) value and use the first, resulting in undesirable breaks, while Chrome uses the second value and it all looks good.

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

Received on Wednesday, 11 April 2018 13:38:40 UTC