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

If verbosity is the issue, it could be attached to CSSStyleSheet or CSSStyleRule instead, which are somewhat shorter. CSSStyleDeclaration is more relevant to what it does though, as it’s not about testing support of *any* CSS feature, but of property-value pairs only.

On Aug 4, 2012, at 03:04, Tab Atkins Jr. wrote:

> Attaching it to navigator or CSSStyleDeclaration means that its
> already somewhat-long name becomes much longer.

Received on Friday, 3 August 2012 15:31:15 UTC