📜 ⬆️ ⬇️

CSS3 browser support

image Although CSS3 is not yet a W3C standard , recent browsers have partial support for it. You can find examples that implement certain properties of CSS3. But along with the delight of many, the feeling of fear also leaves. This is due primarily to the fact that there is no clear understanding of the behavior of the browser when processing these properties. Under the cat assembled a table which compares the supported CSS3 properties in all major browsers. In addition, the browser version and prefix for encoding are indicated. The crib is in the form of an image, so it is convenient to download it to your computer or mobile device for further use.


Crib




Decoding notation

supported in Internet Explorer
supported in firefox
supported by Google Chrome
supported in safari
supported by Opera
Supported in Internet Explorer only with the prefix -ms-
Supported in Firefox only with the -moz- prefix
Supported in Google Chrome only with the -webkit- prefix
Supported in Safari only with the prefix -webkit-
Supported in Opera only with the -o- prefix
Supported in Opera only with the prefix -xv-
the number to the right of the icon indicates the minimum browser version with which support starts.

')
UPD:
grokru recommends Caniuse.com On the site you can find the missing and the latest information.

Source: https://habr.com/ru/post/153745/


All Articles