Browser CSS Graphics Support

image()

Backgrounds

Desktop Browsers

Feature Chrome (WebKit) FF (Gecko) IE (Trident) Opera (Presto) Safari (WebKit)
Multiple background all 3.6 (1.9.2) 9.0 (5.0) 10.50 (2.5) 1.3 (312.8)

Mobile Browsers

Feature Android BB Chrome FA FF FA IE Mobile iOS Opera Mini Opera Mobile

Borders

<img srcset="...">

Desktop Browsers

Feature Chrome (WebKit) FF (Gecko) IE (Trident) Opera (Presto) Safari (WebKit)
x descriptor only 34 38 (38) 12? (?) 21 (?) 7.1 (?)
w descriptor, sizes 38 38 (38) 12? (?) 25 (?) 9? (?)

Mobile Browsers

Feature Android BB Chrome FA FF FA IE Mobile iOS Opera Mini Opera Mobile
x descriptor only 37 40 8.0 24
w descriptor, sizes 37 - 40 - - -

Picture Element

Desktop Browsers

Feature Chrome (WebKit) FF (Gecko) IE (Trident) Opera (Presto) Safari (WebKit)
<picture> 38 38 (38) 12? (?) 25 (?) -

Mobile Browsers

Feature Android BB Chrome FA FF FA IE Mobile iOS Opera Mini Opera Mobile
<picture> - 40 - -
<picture>
    <source media="(min-width: 45em)" srcset="large.jpg">
    <source media="(min-width: 32em)" srcset="med.jpg">
    <img src="small.jpg" alt="The president giving an award.">
</picture>

<picture>
    <source srcset="/media/foramt-example.webp" type="image/webp">
    <!--[if IE 9]><video style="display: none;"><![endif]-->
    <source srcset="/media/foramt-example.jxr" type="image/jxr">
    <source srcset="/media/foramt-example.wdp" type="image/vnd.ms-photo">
    <!--[if IE 9]></video><![endif]-->
    <source srcset="/media/foramt-example.jp2" type="image/jp2">
    <source srcset="/media/foramt-example.jp2" type="image/jpx">
    <img src="/media/foramt-example.jpg" alt="" width="100" height="150">
</picture>

Browsers

Android Browser
AKA Browser AKA Internet. Android 1.0+
Chrome FA
Chrome for Android. Android 4.0+. Website
Coast by Opera
Opera for iPad Website
FF FA
Firefox Browser for Android. Android 2.2+. Website
FF Mobile
Code name Fennec. What eventually became Firefox for Android.
Opera Mini
Opera Mini browser for Android. Android 1.5+. Website | Opera Mini for iOS
Opera Mobile
AKA Mobile Classic. Precursor to Opera for Android. Android 1.6+. Website
Opera FA
Opera for Android. Android 4.0 Website