You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Resize the content to match the page width" is also incredibly vague. Like, we're always setting a page width and height, thus aren't we setting the size of the page box, and thus the content won't be larger than the width?
The text was updated successfully, but these errors were encountered:
If user agents allow users to control this aspect of the document’s display, the user preference must be respected more strongly than the hint provided by print-color-adjust.
If background is true/false, defaulting to false, and if it is considered a user preference for print-color-adjust, then there is no way to test print-color-adjust support.
https://w3c.github.io/webdriver/#print-page has:
These seem basically entirely undefined.
What does "zoom the size of the content" mean? Does this effectively just "set the
zoom
property on the root element"?While "suppress output of the background images" is clear, I expect we should actually just define this by reference to https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust (which is admittedly very open-ended!).
"Resize the content to match the page width" is also incredibly vague. Like, we're always setting a page width and height, thus aren't we setting the size of the page box, and thus the content won't be larger than the width?
The text was updated successfully, but these errors were encountered: