2025
1 featuresThe print-color-adjust CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background.
2024
1 featuresThe @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.
2023
1 featuresThe window.print() method opens the browser's print dialog.
2019
1 featuresAn alternative to @media print queries, the beforeprint and afterprint events allow you to change the page for printing and restore the page after printing.
Limited Availability
3 featuresThe :first, :left, and :right pseudo-classes select pages based on their position in sequence after pagination.
The color-adjust shorthand CSS property allows multiple performance related color adjustments to be set at once. Setting the print-color-adjust CSS property directly is preferred, as it is the only such adjustment so far defined.
The page-orientation CSS property sets the rotation of a page after pagination. This allows pages with the same size declaration to display with different orientations.