I need to check for FF3.0.x and FF3.5 and my problem is Browser.Engine.version is the same (19). It looks like FireFox stays on 3.0.x for Apple PPC's.
Thanks to zilenCe I check !document.querySelector // not 3.5, but that made me think it might be very useful to have Browser.version My other problem is older Safaris, for example Safari 3. My current Safari engine has the version 525 so I do Browser.Engine.version < 525 for now, since I have no idea what the engine of Safari3 is. Any thoughs? (Not sure how it could be used when Browser.version outputs 3.5.4, since it is not a number.)
