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

It would be a static property. As far as I know, static properties are not 
put on the prototype but on the constructor.



BTW, now that I accidentally used isValid using one argument, I wonder about 
:

    if(CSSStyleDeclaration.isValid("a: value1; b: value2;")) {
        ...
    }

Received on Friday, 3 August 2012 14:41:04 UTC