Christopher Woods wrote: >> If they are making GTK work properly on Mac OS X and Windows, >> I don't mind the wait. > > I heard about this again on Radio 4 whilst in the car earlier... While I > already knew about it, it suddenly made me realise - it's yet another > browser and DOM to code for. > > Great, that makes four major browsers, each with their own 'take' on web > standards. Someone think of the developers!
Chrome is using Webkit, so assuming you already count Safari as one of your three (*) existing major browsers, you should be fine as far as HTML rendering is concerned. V8 may show its own differences in terms of javascript execution, but you can bet Google's test-first development for this browser should mean there wont be many problems in the standard code on most mainstream websites. If you're using toolkits, then it wont be your problem anyway. -jeremy (* IE6+/Firefox/Safari/Opera - which one are you not developing for?) - Sent via the backstage.bbc.co.uk discussion group. To unsubscribe, please visit http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html. Unofficial list archive: http://www.mail-archive.com/[email protected]/

