Possible Duplicate:
Why do browsers create vendor prefixes for CSS properties?
What is the advantage for browsers to use prefixes to implement some technology?
e.g. Google Chrome needs the -webkit- prefix to render some css3-tags, like animation (it needs "-webkit-animation:" to work).
What is the advantage compared to implementing the technique directly into chrome?