When printing, wrap all content in Remarkup tables more aggressively
commita5f20f7106697a405f26b558098426f8d4452f4a
authorepriestley <git@epriestley.com>
Mon, 28 Sep 2020 16:17:52 +0000 (28 09:17 -0700)
committerepriestley <git@epriestley.com>
Mon, 28 Sep 2020 16:47:46 +0000 (28 09:47 -0700)
tree9cfc52bf10be1f3c37c518578ea1b920187ed5e8
parent58d3f6145a853fe6439014e8b24383ca749da966
When printing, wrap all content in Remarkup tables more aggressively

Summary:
Ref T13564. See PHI1798. Earlier efforts here (see D21439) still leave us with:

  - Incorrect behavior for long URIs, like `http://www.example.com/MMMMM...`.
  - Incorrect beahvior for long text blocks, like `MMMMMM...`.
  - Undesirable behavior for monospaced text in non-printing contexts (it wraps when we'd prefer it not wrap).

Apply the wrapping rules to all "<td>" content to resolve these three prongs.

Test Plan:
  - Viewed long URIs, text blocks, and monospaced text in and out of tables, while printed and not printed, in Safari, Firefox, and Chrome.
  - All browser behavior now appears to be correct ("all content is preserved in printed document").
  - Some browser behavior when making wrapping choices is questionable, but I can't find an automatic solution for that.

Maniphest Tasks: T13564

Differential Revision: https://secure.phabricator.com/D21472
resources/celerity/map.php
webroot/rsrc/css/core/remarkup.css