On Thu, Dec 20, 2012 at 8:08 AM, Maciej Stachowiak <[email protected]> wrote:
> And given this difference in UA behavior, it seems useful to let web
> developers feature-detect the difference in behavior somehow.
>
It would be useful to be able to detect it. But it's in no way cruical, we
can just do if($.browser.safari){ $('body').empty().text('Please use
Chrome') }
