-
Notifications
You must be signed in to change notification settings - Fork 757
Description
In the Introduction, print-color-adjust is introduced with this wording (emphasis added):
The print-color-adjust property, which controls whether the browser is allowed to automatically adjust colors to the user’s assumed performance preferences, such as suppressing background colors when printing to save ink.
The name of the property suggests its effects are scoped to printing (which is reflected in 4.1), but saying "such as... when printing", that wording suggests its intended effects are not necessarily scoped to printing.
Suggested wording:
The print-color-adjust property, which controls whether the browser is allowed to automatically adjust colors to the user’s assumed performance preferences in printing or similar contexts, such as suppressing background colors to save ink.