Ricardo,

Good point, but it still doesn't answer the question for how to handle
applying say a png fix to IE6.

I can't simply say:

if (!$.support.leadingWhitespace)
{
// apply pngfix
}


Because this is for ALL IE versions.  This is unacceptable.  We still
need to know the version of IE and the support method doesn't appear
to have that option.  Unless I am missing something...

Joe

On Apr 4, 11:45 pm, Ricardo <ricardob...@gmail.com> wrote:
> jQuery.support is for feature detection. The whole point of it is to
> avoid browser detection - which is still available via jQuery.browser.
> Instead of sniffing the browser and serving fixes according to
> previous knowledge about it's flaws, you check for correct
> implementations of the exact features you need, browser agnostic.
>
> cheers,
> - ricardo
>
> On Apr 4, 1:43 pm, Joe <joseph.is...@gmail.com> wrote:
>
> > I'm all for migrating to the jQuery.support() utility method, but
> > there is not definitive test available to detect IE6 specifically.  Do
> > we have a consensus on this yet?

Reply via email to