Re: [css3-conditional] feature queries

Le 15/06/11 05:46, Alan Gresley a écrit :

>> 100% agreed. Think detection of inline-block or inline-table
>> value for the display property.
>>
>> </Daniel>
>
>
> That would make sense to think that and in hindsight, a very good
> example of the benefits of feature detection but to my knowledge, both
> these values for display have been supported by all modern versions of
> browsers since 2008.

Hrm. Then think

   @supports (background-image: linear-gradient(0deg, white, black))

The regular background-image is supported by all browsers. Linear
gradients with the spec'd syntax are not.

</Daniel>

Received on Wednesday, 15 June 2011 17:35:16 UTC