-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-images.json
732 lines (732 loc) · 28.8 KB
/
css-images.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
{
"the-image-orientation": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/image-orientation.json",
"name": "image-orientation",
"slug": "CSS/image-orientation",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation",
"summary": "The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.",
"support": {
"chrome": {
"version_added": "81"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "26"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": "67"
},
"opera_android": "mirror",
"safari": {
"version_added": "13.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "81"
}
},
"caniuse": {
"feature": "css-image-orientation",
"title": "CSS3 image-orientation"
},
"title": "image-orientation"
}
],
"the-image-rendering": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/image-rendering.json",
"name": "image-rendering",
"slug": "CSS/image-rendering",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering",
"summary": "The image-rendering CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.",
"support": {
"chrome": {
"version_added": "13"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "3.6"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "6"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "3"
},
"edge_blink": {
"version_added": "79"
}
},
"title": "image-rendering"
},
{
"engines": [],
"filename": "svg/attributes/presentation.json",
"name": "image-rendering",
"slug": "SVG/Attribute/image-rendering",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/image-rendering",
"summary": "The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing.",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": null
}
},
"title": "image-rendering"
}
],
"the-object-fit": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/object-fit.json",
"name": "object-fit",
"slug": "CSS/object-fit",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit",
"summary": "The object-fit CSS property sets how the content of a replaced element, such as an <img> or <video>, should be resized to fit its container.",
"support": {
"chrome": {
"version_added": "32"
},
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": {
"version_added": "36"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": [
{
"version_added": "19"
},
{
"prefix": "-o-",
"version_added": "11.6",
"version_removed": "15"
}
],
"opera_android": [
{
"version_added": "19"
},
{
"prefix": "-o-",
"version_added": "12",
"version_removed": "14"
}
],
"safari": {
"version_added": "10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "object-fit"
}
],
"the-object-position": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/object-position.json",
"name": "object-position",
"slug": "CSS/object-position",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-position",
"summary": "The object-position CSS property specifies the alignment of the selected replaced element's contents within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.",
"support": {
"chrome": {
"version_added": "32"
},
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": {
"version_added": "36"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": [
{
"version_added": "19"
},
{
"prefix": "-o-",
"version_added": "11.6",
"version_removed": "15"
}
],
"opera_android": [
{
"version_added": "19"
},
{
"prefix": "-o-",
"version_added": "12",
"version_removed": "14"
}
],
"safari": {
"version_added": "10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "object-position"
}
],
"gradients": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/shape-outside.json",
"name": "gradient",
"slug": "CSS/gradient",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient",
"summary": "The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors.",
"support": {
"chrome": {
"version_added": "37"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "62"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "<gradient>"
}
],
"image-values": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/shape-outside.json",
"name": "image",
"slug": "CSS/image",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/image",
"summary": "The <image> CSS data type represents a two-dimensional image.",
"support": {
"chrome": {
"version_added": "37"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "62"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "<image>"
},
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/image.json",
"name": "image",
"slug": "CSS/image",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/image",
"summary": "The <image> CSS data type represents a two-dimensional image.",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": {
"version_added": "2"
},
"opera_android": {
"version_added": "11"
},
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "<image>"
}
],
"radial-gradients": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/image.json",
"name": "radial-gradient",
"slug": "CSS/gradient/radial-gradient",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/radial-gradient",
"summary": "The radial-gradient() CSS function creates an image consisting of a progressive transition between two or more colors that radiate from an origin. Its shape may be a circle or an ellipse. The function's result is an object of the <gradient> data type, which is a special kind of <image>.",
"support": {
"chrome": [
{
"version_added": "26"
},
{
"prefix": "-webkit-",
"version_added": "13"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": [
{
"version_added": "16",
"notes": "Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency."
},
{
"prefix": "-webkit-",
"version_added": "49"
},
{
"prefix": "-moz-",
"version_added": "3.6",
"notes": "Since Firefox 42, the prefixed version of gradients can be disabled by setting <code>layout.css.prefixes.gradients</code> to <code>false</code>."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "10",
"notes": "Internet Explorer 5.5 through 9.0 supported gradients via a proprietary filter: <code><a href='https://developer.mozilla.org/docs/Web/CSS/-ms-filter#Gradient'>-ms-filter: progid:DXImageTransform.Microsoft.Gradient()</a></code>."
},
"oculus": "mirror",
"opera": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "15"
},
{
"prefix": "-o-",
"version_added": "11.6",
"version_removed": "15"
}
],
"opera_android": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "14"
},
{
"prefix": "-o-",
"version_added": "12",
"version_removed": "14"
}
],
"safari": [
{
"version_added": "7"
},
{
"prefix": "-webkit-",
"version_added": "5.1",
"notes": "Safari 4 was supporting an experimental <code><a href='https://developer.apple.com/library/archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html'>-webkit-gradient(radial,…)</a></code> function. This old outdated syntax is still supported for compatibility purposes."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": [
{
"version_added": "37"
},
{
"prefix": "-webkit-",
"version_added": "37"
}
],
"edge_blink": [
{
"version_added": "79"
},
{
"prefix": "-webkit-",
"version_added": "79"
}
]
},
"title": "radial-gradient()"
}
],
"repeating-gradients": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/image.json",
"name": "repeating-linear-gradient",
"slug": "CSS/gradient/repeating-linear-gradient",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-linear-gradient",
"summary": "The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. It is similar to linear-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container. The function's result is an object of the <gradient> data type, which is a special kind of <image>.",
"support": {
"chrome": [
{
"version_added": "26"
},
{
"prefix": "-webkit-",
"version_added": "10"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": [
{
"version_added": "16",
"notes": "Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency."
},
{
"prefix": "-webkit-",
"version_added": "49"
},
{
"prefix": "-moz-",
"version_added": "3.6",
"notes": [
"Since Firefox 42, the prefixed version of gradients can be disabled by setting <code>layout.css.prefixes.gradients</code> to <code>false</code>.",
"Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "10",
"notes": "Internet Explorer 5.5 through 9.0 supported gradients via a proprietary filter: <code><a href='https://developer.mozilla.org/docs/Web/CSS/-ms-filter#Gradient'>-ms-filter: progid:DXImageTransform.Microsoft.Gradient()</a></code>."
},
"oculus": "mirror",
"opera": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "15",
"notes": "Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
},
{
"prefix": "-o-",
"version_added": "11",
"version_removed": "15",
"notes": "Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
}
],
"opera_android": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "14",
"notes": "Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
},
{
"prefix": "-o-",
"version_added": "11",
"version_removed": "14",
"notes": "Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
}
],
"safari": [
{
"version_added": "7"
},
{
"prefix": "-webkit-",
"version_added": "5.1",
"notes": [
"Safari 4 was supporting an experimental <code><a href='https://developer.apple.com/library/archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html'>-webkit-gradient(linear,…)</a></code> function. It is more limited than the later standard version: you cannot specify both a position and an angle like in <code>repeating-linear-gradient()</code>. This old outdated syntax is still supported for compatibility purposes.",
"Considers <code><angle></code> to start to the right, instead of the top. I.e. it considered an angle of <code>0deg</code> as a direction indicator pointing to the right."
]
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": [
{
"version_added": "37"
},
{
"prefix": "-webkit-",
"version_added": "37"
}
],
"edge_blink": [
{
"version_added": "79"
},
{
"prefix": "-webkit-",
"version_added": "79"
}
]
},
"caniuse": {
"feature": "css-repeating-gradients",
"title": "CSS Repeating Gradients"
},
"title": "repeating-linear-gradient()"
},
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/image.json",
"name": "repeating-radial-gradient",
"slug": "CSS/gradient/repeating-radial-gradient",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-radial-gradient",
"summary": "The repeating-radial-gradient() CSS function creates an image consisting of repeating gradients that radiate from an origin. It is similar to radial-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container, similar to repeating-linear-gradient(). The function's result is an object of the <gradient> data type, which is a special kind of <image>.",
"support": {
"chrome": [
{
"version_added": "26"
},
{
"prefix": "-webkit-",
"version_added": "10"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": [
{
"version_added": "16",
"notes": "Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency."
},
{
"prefix": "-webkit-",
"version_added": "49"
},
{
"prefix": "-moz-",
"version_added": "3.6",
"notes": "Since Firefox 42, the prefixed version of gradients can be disabled by setting <code>layout.css.prefixes.gradients</code> to <code>false</code>."
}
],
"firefox_android": [
{
"version_added": "16",
"notes": "Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency."
},
{
"prefix": "-webkit-",
"version_added": "49"
},
{
"prefix": "-moz-",
"version_added": "10",
"notes": "Since Firefox 42, the prefixed version of gradients can be disabled by setting <code>layout.css.prefixes.gradients</code> to <code>false</code>."
}
],
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "15"
},
{
"prefix": "-o-",
"version_added": "12",
"version_removed": "15"
}
],
"opera_android": [
{
"version_added": "12.1"
},
{
"prefix": "-webkit-",
"version_added": "14"
},
{
"prefix": "-o-",
"version_added": "12",
"version_removed": "14"
}
],
"safari": [
{
"version_added": "7"
},
{
"prefix": "-webkit-",
"version_added": "5.1",
"notes": "Safari 4 was supporting an experimental <code><a href='https://developer.apple.com/library/archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html'>-webkit-gradient(radial,…)</a></code> function. This old outdated syntax is still supported for compatibility purposes."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": [
{
"version_added": "4.4"
},
{
"prefix": "-webkit-",
"version_added": "37"
}
],
"edge_blink": [
{
"version_added": "79"
},
{
"prefix": "-webkit-",
"version_added": "79"
}
]
},
"caniuse": {
"feature": "css-repeating-gradients",
"title": "CSS Repeating Gradients"
},
"title": "repeating-radial-gradient()"
}
]
}