Back to the index.
CSS3 Images and Replaced Content specification.
By far the most important part of Images and Replaced Content is gradients. Still, there are a few other interesting properties.
This is the mobile table. See also the desktop table.
Last major update on 26 November 2014.
If you want to study gradients, start with the Introduction to gradients.
| No | Yes | No | Yes | Yes | slow | Yes | Yes | No | Yes | No | Yes | No | Yes | Yes | ||||||||||||
|
This entry states if the browser supports either unprefixed new syntax or -webkit-prefixed middle syntax. If the browser does not support the example below on this page it gets a No here and I don’t investigate it any further.
|
||||||||||||||||||||||||||
| Yes | No | Yes | Yes | slow | Yes | Yes | No | Yes | No | Yes | No | Yes | Yes | |||||||||||||
|
This entry states if the browser supports either unprefixed new syntax or -webkit-prefixed middle syntax. If the browser does not support the example below on this page it gets a No here and I don’t investigate it any further.
|
||||||||||||||||||||||||||
| To rotate an image. | No | No | No | No | No | No | No | Yes | ||||||||||||||||||
| No | Yes | No | No | Yes | No | No | No | No | No | |||||||||||||||||
|
||||||||||||||||||||||||||
| No | No | No | Yes | No | No | No | No | No | ||||||||||||||||||
|
Same syntax as background-position. |
||||||||||||||||||||||||||
This is the main gradient test. If a browser fails it, it gets a No and I don’t investigate it any further.
This is an example of a cross-browser linear gradient.
background: -webkit-linear-gradient(0deg,red 10%,yellow 30%,green 60%); background: linear-gradient(90deg,red 10%,yellow 30%,green 60%);
This is an example of a cross-browser radial gradient.
background: -webkit-radial-gradient(60% bottom,circle closest-corner,red 10%,yellow 30%,green 60%); background: radial-gradient(circle closest-corner at 60% bottom,red 10%,yellow 30%,green 60%);