RE: [mediaqueries] @media transform

> Media features are not deprecated. In @media (min-width: 30em) {}, 'width'
> is a media feature. Using media features in a boolean context such as
> @media (inverted-colors) {} is not deprecated either.

I was not clear enough. Of course this is not about media features in general like examples you've provided that are perfectly valid, but rather specifically about detecting CSS properties support - the original WebKit change introduced feature detection along the lines of @media (transitions), @media (animations) and @media (transform-3d). 

Now it looks like those capabilities are much better served by @supports or am I wrong? Are animations, transitions and transforms media features and not CSS properties that are either supported or not?

Received on Thursday, 23 October 2014 17:16:11 UTC