paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
388 stars 65 forks source link

Remove -ms- prefix where possible #126

Closed mathiasbynens closed 9 years ago

mathiasbynens commented 10 years ago

The wise @alrra says:

IE never used the -ms- prefix for animations, gradients, transforms and transitions in a stable release. http://blogs.msdn.com/b/ie/archive/2012/06/06/moving-the-stable-web-forward-in-ie10-release-preview.aspx

css3please currently recommends -ms-transform for IE9 compatibility. Is this incorrect? Can any other -ms-prefixed properties be removed?

alrra commented 10 years ago

css3please currently recommends -ms-transform for IE9 compatibility. Is this incorrect?

@mathiasbynens yes, for transforms IE 9 requires the -ms- prefix (I wrongly added transforms to the sentence, tested now).

paulirish commented 10 years ago

I just merged https://github.com/paulirish/css3please/pull/124 which updated a lot of details.