Loading
Bug 1253840 - patch 1 - Allow text-align:justify to take effect when using...
Bug 1253840 - patch 1 - Allow text-align:justify to take effect when using white-space:pre-wrap. r=emilio The CSS Text 3 spec allows this (CSS2 didn't), and other browsers support it, so for better webcompat/interoperability, we should do the same. Tests will need updating accordingly. This first patch enables the property to take effect, but the resulting layout is not yet correct because the (non-collapsed) whitespace at line wrap positions needs to be forcibly "hung" into the margin for correct justification; see following patch. Differential Revision: https://phabricator.services.mozilla.com/D178210