File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 259
259
"browser_support" : {
260
260
"and_chr" : " 136" ,
261
261
"and_ff" : " 97" ,
262
+ "android" : " 136" ,
262
263
"chrome" : " 136" ,
264
+ "edge" : " 136" ,
263
265
"firefox" : " 97" ,
264
266
"ios_saf" : " 15.4" ,
267
+ "opera" : " 121" ,
265
268
"safari" : " 15.4" ,
266
269
"webview_ios" : " 15.4"
267
270
},
268
271
"docs" : {
269
272
"mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
270
273
},
271
274
"example" : " .background {\n background-color:#ccc;\n }\n .background.color-adjust {\n color-adjust: economy;\n }\n .background.color-adjust-exact {\n color-adjust: exact;\n }" ,
272
- "vendors_implementations" : 2
275
+ "interoperable_at" : 1746057600 ,
276
+ "vendors_implementations" : 3
273
277
},
274
278
{
275
279
"id" : " color-function" ,
Original file line number Diff line number Diff line change @@ -259,17 +259,21 @@ export default [
259
259
"browser_support" : {
260
260
"and_chr" : "136" ,
261
261
"and_ff" : "97" ,
262
+ "android" : "136" ,
262
263
"chrome" : "136" ,
264
+ "edge" : "136" ,
263
265
"firefox" : "97" ,
264
266
"ios_saf" : "15.4" ,
267
+ "opera" : "121" ,
265
268
"safari" : "15.4" ,
266
269
"webview_ios" : "15.4"
267
270
} ,
268
271
"docs" : {
269
272
"mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
270
273
} ,
271
274
"example" : ".background {\n background-color:#ccc;\n}\n.background.color-adjust {\n color-adjust: economy;\n}\n.background.color-adjust-exact {\n color-adjust: exact;\n}" ,
272
- "vendors_implementations" : 2
275
+ "interoperable_at" : 1746057600 ,
276
+ "vendors_implementations" : 3
273
277
} ,
274
278
{
275
279
"id" : "color-function" ,
You can’t perform that action at this time.
0 commit comments