Open
Description
The sites
element can have @landing
, @html
, @source
, and @ancillary1
. All good.
Then it also has @print
and @pdf
. I think this is missing something. There are:
- PDFs intended to be read on a screen.
- PDFs intended to be printed, with color.
- PDFs intended to be printed in black and white.
Often, 3 is not just a matter of grayscaling 2. Careful work is done to choose a black/gray version of each color so that contrast is more certain to be good, and so that the real purpose of the distinct colors is still served.
All three things are PDF. So I propose having
@pdf-screen
@pdf-print-color
@pdf-print-bw
And maybe also allowing plain old @pdf
, but only if you do not use any of the above.