I was testing some CSS3 stuff and I discovered that some properties like border-radius
don't need the vendor prefix anymore (at least on recent up to date browsers).
My next website will only target recent browsers like IE9/Chrome 15+/FF8+, so I was wondering:
Is there a list of the current CSS3 properties where I can see which of them I can safely drop vendor prefixes for?
Note: I'm not interested in JS hacks that automatically insert prefixed properties.