> Now that we're switching to feature detection rather than browser > detection, how does/should one detect for a webkit browser? > > Is there a known feature that we can check for that would Identify > Safari and Chrome? > > We're running into some (rather minor) layout issues with some jquery > plug-in rendered content in Chrome and Safari and it'd be really easy > to just do a 'if a webkit browser, tweak this' type of logic. > > -Darrel
You can still use jQuery.browser.safari. That property is true when the userAgent string contains "webkit".