Question

I would like to know what the members of this great community think of developing and adjusting their web apps and sites in general to recent Google Chrome beta browsers on Linux and Mac OS X and of course Google ChromeOS.

Do you think it's too early and I shouldn't waste my time adjusting myself to something that might change due to bugs resolutions?

Thank you.

Was it helpful?

Solution

I think you answered your own question. While it is good to test against multiple browsers, there is very little point in testing against a beta browser - especially one with as little marketshare as Chrome.

With that said, the only reason I could see testing against a beta browser, is that you want your website to look good in it as soon as it is released and becomes mainstream. But, I really only see this need arising for the browsers that, again, are more popular.

OTHER TIPS

Since Google Chrome uses Webkit you could also (as an alternative) test against Safari or Konqueror instead. Chances are your test results will be very portable across these browsers.

Code against the standard, if you code it right the browsers will move toward you - rather than you constantly playing catchup.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top