Skip to content

Commit c8dbb7b

Browse files
authored
Update Chromium data for print-color-adjust CSS property (#26955)
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `print-color-adjust` CSS property. This sets the downstream browser(s) to mirror from their upstream counterpart.
1 parent b58d954 commit c8dbb7b

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

css/properties/print-color-adjust.json

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
}
2424
],
2525
"chrome_android": "mirror",
26-
"edge": {
27-
"prefix": "-webkit-",
28-
"version_added": "79",
29-
"notes": "Edge does not print backgrounds of the [`<body>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/body) element. If this property is set to `exact` for the `<body>` element, it will apply only to its descendants."
30-
},
26+
"edge": "mirror",
3127
"firefox": [
3228
{
3329
"version_added": "97"
@@ -42,16 +38,8 @@
4238
"version_added": false
4339
},
4440
"oculus": "mirror",
45-
"opera": {
46-
"prefix": "-webkit-",
47-
"version_added": "15",
48-
"notes": "Opera does not print backgrounds of the [`<body>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/body) element. If this property is set to `exact` for the `<body>` element, it will apply only to its descendants."
49-
},
50-
"opera_android": {
51-
"prefix": "-webkit-",
52-
"version_added": "15",
53-
"notes": "Opera does not print backgrounds of the [`<body>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/body) element. If this property is set to `exact` for the `<body>` element, it will apply only to its descendants."
54-
},
41+
"opera": "mirror",
42+
"opera_android": "mirror",
5543
"safari": [
5644
{
5745
"version_added": "15.4"
@@ -63,19 +51,8 @@
6351
}
6452
],
6553
"safari_ios": "mirror",
66-
"samsunginternet_android": {
67-
"prefix": "-webkit-",
68-
"version_added": "1.0",
69-
"notes": [
70-
"Samsung Internet does not print backgrounds of the [`<body>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/body) element. If this property is set to `exact` for the `<body>` element, it will apply only to its descendants.",
71-
"In version 1, if background images are clipped (for example, when using `background-image` sprites) and `-webkit-print-color-adjust` is set to `exact`, then backgrounds will appear distorted when printed. Solid backgrounds and background images that are not clipped (i.e., backgrounds that have narrower and shorter than the element to which they are applied) are printed correctly. See [bug 40219905](https://crbug.com/40219905)."
72-
]
73-
},
74-
"webview_android": {
75-
"prefix": "-webkit-",
76-
"version_added": "4.4",
77-
"notes": "WebView does not print backgrounds of the [`<body>`](https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/body) element. If this property is set to `exact` for the `<body>` element, it will apply only to its descendants."
78-
},
54+
"samsunginternet_android": "mirror",
55+
"webview_android": "mirror",
7956
"webview_ios": "mirror"
8057
},
8158
"status": {

0 commit comments

Comments
 (0)