Robert O'Callahan (:roc) <roc@ocallahan.org> has asked David Baron [:dbaron]
(unreachable June 20-29) <dbaron@mozilla.com> for superreview:
Bug 230555: Add support for pre-line value of white-space
https://bugzilla.mozilla.org/show_bug.cgi?id=230555
Attachment 326243: fix
https://bugzilla.mozilla.org/attachment.cgi?id=326243&action=edit
------- Additional Comments from Robert O'Callahan (:roc) <roc@ocallahan.org>
Here's a patch.
One issue here is the interaction with text-align:justify. The spec tries to
disable justification for white-space:pre and pre-line, but it doesn't make
much sense. I raised the issue on www-style. For now I'm leaving our existing
behaviour unchanged; pre-line text can be justified, pre-wrap can't. There's a
test for this now.