Printable version had one main purpose: Support browsers that didn't support media queries yet.
That purpose is no longer relevant, as the last browser (IE 5.5/6.0) that required it, is no longer supported.
A secondary purpose has been identified, which was that people didn't really know how to print a web page (ctrl-p or file->print). To slightly accommodate that use case, while not relying on printable version, this link was recently adapted to trigger the print dialog using Javascript.
A 3rd use has been to check how a page will look in print. Many browser's web inspectors have a mode to do this, and for the general public, most operating systems provide a "print preview" feature.
As the printable version feature is not well maintained, has a few quirks and adds complexity that is avoidable, I suggest we start fully removing support for printable version.
Acceptance criteria
- Deprecate printableversion (per 1.35)
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T167956#6408063 |
| 2 | ✅ | T167956#6335415 |
| 3 | ✅ | T167956#6335415 |
| 4 | ✅ | T167956#6335415 |
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T167956#6418320 |
| 2 | ✅ | T167956#6418320 |
| 3 | ✅ | T167956#6418320 |
| 4 | ✅ | T167956#6418320 |
Sign off
Removal continues in T259141: Remove printableversion mode









