> > Why? They are different browsers, but use similar engines as John noted.
Similar rendering engines. Different JavaScript engine though. jQuery.browser.safari should return true (untested...don't > flame me if im wrong! :) It does. > i see a stronger argument for differentiating > IE6 from IE7 more-so than this (i.e. we use $.browser.msie6 around > here) Agreed. We do that too. The point is, V8 is in a different class from the other JavaScript engines currently in deployment. Chrome is kind of a toy right now, but the point is it's optimized to run JavaScript intense applications. Being able to identify Chrome allows us to build applications that push JavaScript the JavaScript engine a little harder. I don't actually care all that much as I just add it on my own. I just wondered what other people thought about it. --Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
