HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

print-color-adjust

Description

The print-color-adjust property for CSS provides a hint to the user-agent about how it should treat color and style choices that might be expensive or generally unwise on a given device.

Syntax

CSS

print-color-adjust: value;

JS

object.style.printColorAdjust = "value";

Values

<'print-color-adjust'> = economy | exact
economy

The user agent should make adjustments to the page's styling as it deems necessary.

exact

The user agent should not make adjustments to the page's styling except at the user's request.

Initial

economy

Examples

1 · economy

2 · exact

3 · JS