Re: [css3-conditional] navigator.supportsCSS rather than window.supportsCSS

Le 03/08/12 14:44, François REMY a écrit :
> I remember I once proposed to use CSSDeclaration instead of the global
> object.
>
> if(CSSDeclaration.isValid("color","red")) {
> ...
> }
>
> or
>
> if(CSSDeclaration.isValid("color: red")) {
> ...
> }

That does make a lot of sense, indeed!

</Daniel>

Received on Friday, 3 August 2012 14:03:51 UTC