desandro / 3dtransforms

:package: Introduction to CSS 3D transforms
https://3dtransforms.desandro.com/
1.01k stars 163 forks source link

Remove all the -ms- prefixes #6

Closed Calvein closed 12 years ago

Calvein commented 12 years ago

Because since the last IE10 preview, the IE team dropped the.

Btw, it looks like the trailings spaces were deleted too.

desandro commented 12 years ago

I like this. Is there any docs that -ms- is removed? My lazy search on http://caniuse.com/#feat=transforms3d says -ms is necessary

Calvein commented 12 years ago

With this change, IE10 makes it easier for Web developers to write markup that works consistently across different browsers. Specifically, IE10 now supports the following W3C draft standards in their unprefixed form starting with the Release Preview: CSS transitions, transforms, animations, gradients, and CSS Fonts’ font-feature-settings property, as well as platform APIs such as the Indexed Database API (IndexedDB) and requestAnimationFrame().

The last IE10 preview was actually the 31/05 and not 01/06, anyways, here is the blogpost where this quote is from.

caniuse isn't complety up to date yet I guess.

Just don't forget -ms- for 2d transform due to IE9.

desandro commented 12 years ago

Nice! Thanks for this!