[VS-NfD] Add print CSS with a per-page classification header and footer #207
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#207
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan reference:
20-massnahmenplan.md-> P1-2 (output channels)ADR: ADR 0022
Effort: S (1 AT)
Depends on: #206
Context
Printing from the browser is the output channel most likely to produce
paper that has to carry a marking on every sheet — and it is currently
unstyled entirely.
Current state
@media printblock exists anywhere inapps/web/src— verified bysearch. Browser printing therefore reproduces the screen layout including
navigation chrome.
Acceptance criteria
and interactive chrome, and handles break behaviour for headings,
tables, code blocks and plugin blocks.
every printed page (
@pagemargin boxes or an equivalent), notonce at the top.
one Gecko-based browser; the check is written down so it can be
repeated.
Out of scope
Server-side PDF (#208) and print styles as a general design feature beyond
what the marking needs.
Done in PR #266 (commit
809e071, CI run 543 green, fast-forward merged on Stefan's standing merge instruction).Evidence: