My CSS 3 Browser Compatibility List

Table of contents:

Presto (Opera)

Technology lifecycle and version history of the Opera web browser
Rendering engine Release date Web browser Documentation
Presto 2.0 2006-06 Opera 9.0
Presto 2.1.x 2008-06 Opera 9.5 and 9.6 Web specifications supported in Presto 2.1.x
Presto 2.2.x 2009-09 Opera 10.00 and 10.10 Web specifications supported in Presto 2.2
Presto 2.3 Web specifications supported in Presto 2.3
Presto 2.4 Web specifications supported in Presto 2.4
Presto 2.5.x 2010-03 Opera 10.50

My conclusions:

Gecko (Firefox)

Technology lifecycle and version history of the Firefox web browser
Rendering engine Release date Web browser Documentation
Gecko 1.7 2004-11 Firefox 1.0
Gecko 1.8.0 2005-11 Firefox 1.5
Gecko 1.8.1 2006-10 Firefox 2.0
Gecko 1.9.0 2008-06 Firefox 3.0
Gecko 1.9.1 2009-06 Firefox 3.5
Gecko 1.9.2 2010-01 Firefox 3.6

My conclusions:

WebKit (Safari, Google Chrome)

Technology lifecycle and version history of the Safari and Chrome web browsers
Rendering engine Release date Web browser Documentation
WebKit 522.x 2007-06 Safari 3.0.x
WebKit 525.x 2008-03 Safari 3.1.x and 3.2.x
WebKit 528.x 2008-12 Google Chrome 1.0
WebKit 530.x 2009-06 Safari 4.0 to 4.0.2, Google Chrome 2.0
WebKit 531.x 2009-08 Safari 4.0.3 to 4.0.4
WebKit 532.x 2009-10 Google Chrome 3.0 and 4.x
WebKit 533.x 2010-02 Google Chrome 5.0

My conclusions:

Internet Explorer

Technology lifecycle and version history of the Internet Explorer web browser
Rendering engine Release date Web browser Documentation
Trident (unversioned) 2001-08 Internet Explorer 6.0
Trident (unversioned) 2006-10 Internet Explorer 7.0
Trident 4.0 2009-03 Internet Explorer 8.0

My conclusions:

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 »