-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-color-adjust.json
177 lines (177 loc) · 9.42 KB
/
css-color-adjust.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"color-scheme-prop": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/color-scheme.json",
"name": "color-scheme",
"slug": "CSS/color-scheme",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme",
"summary": "The color-scheme CSS property allows an element to indicate which color schemes it can comfortably be rendered in.",
"support": {
"chrome": {
"version_added": "81"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "96"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "13"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "81"
}
},
"title": "color-scheme"
}
],
"forced-color-adjust-prop": [
{
"engines": [
"blink",
"gecko"
],
"filename": "css/properties/forced-color-adjust.json",
"name": "forced-color-adjust",
"slug": "CSS/forced-color-adjust",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/forced-color-adjust",
"summary": "The forced-color-adjust CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.",
"support": {
"chrome": {
"version_added": "89"
},
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": {
"version_added": "113"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10",
"alternative_name": "-ms-high-contrast-adjust"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "89"
}
},
"title": "forced-color-adjust"
}
],
"propdef-print-color-adjust": [
{
"engines": [
"gecko",
"webkit"
],
"prefixed": [
"blink"
],
"filename": "css/properties/print-color-adjust.json",
"name": "print-color-adjust",
"slug": "CSS/print-color-adjust",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust",
"summary": "The print-color-adjust CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.",
"support": {
"chrome": {
"version_added": "17",
"prefix": "-webkit-",
"notes": [
"Chrome does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants.",
"Before version 26, if background images are clipped (for example, when using <code>background-image</code> sprites) and <code>-webkit-print-color-adjust</code> is set to <code>exact</code>, 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 <a href='https://crbug.com/131054'>Chromium bug 131054</a>."
]
},
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": [
{
"version_added": "97"
},
{
"version_added": "48",
"alternative_name": "color-adjust"
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": "15",
"prefix": "-webkit-",
"notes": "Opera does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants."
},
"opera_android": {
"version_added": "15",
"prefix": "-webkit-",
"notes": "Opera does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants."
},
"safari": [
{
"version_added": "15.4"
},
{
"version_added": "6",
"prefix": "-webkit-",
"notes": "Safari does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants."
}
],
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "1.0",
"prefix": "-webkit-",
"notes": [
"Samsung Internet does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants.",
"In version 1, if background images are clipped (for example, when using <code>background-image</code> sprites) and <code>-webkit-print-color-adjust</code> is set to <code>exact</code>, 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 <a href='https://crbug.com/131054'>Chromium bug 131054</a>."
]
},
"webview_android": {
"version_added": "4.4",
"prefix": "-webkit-",
"notes": "WebView does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants."
},
"edge_blink": {
"version_added": "79",
"prefix": "-webkit-",
"notes": [
"Chrome does not print backgrounds of the <a href='https://developer.mozilla.org/docs/Web/HTML/Element/body'><code><body></code></a> element. If this property is set to <code>exact</code> for the <code><body></code> element, it will apply only to its descendants.",
"Before version 26, if background images are clipped (for example, when using <code>background-image</code> sprites) and <code>-webkit-print-color-adjust</code> is set to <code>exact</code>, 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 <a href='https://crbug.com/131054'>Chromium bug 131054</a>."
]
}
},
"caniuse": {
"feature": "css-color-adjust",
"title": "CSS print-color-adjust"
},
"title": "print-color-adjust"
}
]
}