My CSS 3 Browser Compatibility List

Table of contents:

Which web browser uses which rendering engine?

Rendering engine Release date Web browser Is it safe to rely on this version? Documentation
Presto 2.0 2006-06 Opera 9.0 superseded (1%)
Presto 2.1.x 2008-06 Opera 9.5 and 9.6 superseded (4%) Web specifications supported in Presto 2.1.x
Presto 2.2.x 2009-09 Opera 10.00 and 10.10 yes (90%) Web specifications supported in Presto 2.2
Presto 2.3 Not used in the desktop browser Web specifications supported in Presto 2.3
Presto 2.4 Not used in the desktop browser Web specifications supported in Presto 2.4
Presto 2.5.x 2010-03 Opera 10.50 not yet (4%)
Rendering engine Release date Web browser Is it safe to rely on this version? Documentation
Gecko 1.7 2004-11 Firefox 1.0 superseded (<1%)
Gecko 1.8.0 2005-11 Firefox 1.5 superseded (<1%)
Gecko 1.8.1 2006-10 Firefox 2.0 superseded (2%)
Gecko 1.9.0 2008-06 Firefox 3.0 superseded (4%)
Gecko 1.9.1 2009-06 Firefox 3.5 yes (45%)
Gecko 1.9.2 2010-01 Firefox 3.6 almost (48%)
Rendering engine Release date Web browser Is it safe to rely on this version? Documentation
WebKit 522.x 2007-06 Safari 3.0.x superseded (<1%)
WebKit 525.x 2008-03 Safari 3.1.x and 3.2.x superseded (2%)
WebKit 528.x 2008-12 Google Chrome 1.0 superseded (3%)
WebKit 530.x 2009-06 Safari 4.0 to 4.0.2, Google Chrome 2.0 superseded (<1%)
WebKit 531.x 2009-08 Safari 4.0.3 to 4.0.4 yes (55%)
WebKit 532.x 2009-10 Google Chrome 3.0 and 4.x not yet (39%)
WebKit 533.x 2010-02 Google Chrome 5.0 no (1%)
Rendering engine Release date Web browser Is it safe to rely on this version? Documentation
Trident (unversioned) 2001-08 Internet Explorer 6.0 yes (21% of the IE users)
Trident (unversioned) 2006-10 Internet Explorer 7.0 superseded by 8.0
Trident 4.0 2009-03 Internet Explorer 8.0 yes if you don't care about the 21% IE6

Colors

CSS property Opera (Presto) Firefox (Gecko) Safari (WebKit) Internet Explorer
rgb(100%, 100%, 100%) since 3.5 all all since 4.0
hsl(360, 100%, 100%, 0.5) since 9.5 all since 3.1 none
rgba(100%, 100%, 100%, 0.5) since 10.0 since 3.0 since 3.1 none
hsla(360, 100%, 100%, 0.5) since 10.0 since 3.0 since 3.1 none

My conclusions:

Documentation:

Shadows

CSS property Opera (Presto) Firefox (Gecko) Safari (WebKit) Internet Explorer
text-shadow since 9.5 since 3.5 since 1.1, multiple shadows since 4.0 none (supports filters since 5.5)
box-shadow since 10.50 (2.3) since 3.5 (as -moz-box-shadow) since 3.0 (as -webkit-box-shadow) none (supports filters since 5.5)

My conclusions:

Documentation:

word-wrap and text-overflow

CSS property Opera (Presto) Firefox (Gecko) Safari (WebKit) Internet Explorer
word-wrap: break-word since 10.50 (2.3) since 3.5 all since 5.5
text-overflow: ellipsis since 9.0 (as -o-text-overflow) none since 1.3 since 6.0

My conclusions:

Documentation:

To do

© Thiemo Mättig, created in March 2010, updated in March 2010
More CSS experiments »