What CSS3 features does Internet Explorer 8 support?

css, internet-explorer, internet-explorer-8

Solution

css3.info provides an authoratative overview of the implementation statuses of various modules in different browsers. Most modules are in fact not implemented by any mainstream module, but you can view the compatibility tables for certain modules, which provide detailed information.

Problem

I was trying to find a definitive article on the IE blog but found nothing. I'm building an internal website where the majority of users are using Safari 4 and Firefox 3. Some PC users are using IE8 so I'd like to know what I should watch out for when I'm using CSS3.

Original source