Are there any noted differences in appearance rendering of html and xhtml in Google Chrome from other browsers?

StackOverflow https://stackoverflow.com/questions/69890

Question

Are there any noted differences in appearance rendering of html and xhtml in Google Chrome from Firefox? From IE? From other browsers/what browser does it render the code the most similar to?

Was it helpful?

Solution

Since it's based on WebKit, its rendering will most closely resemble Safari and Konqueror.

OTHER TIPS

Google's Chrome uses the WebKit rendering engine, which is what Safari uses. So, I would guess it renders most closely to Safari.

There are additional minor differences that I have attributed to Chrome using a different (older?) version of Webkit (525.13) than the current release of Safari uses (525.21 for me).

Example:

https://woot.campfirenow.com/login

In Safari, the password label and input box are directly below the email label and input box, while in Chrome the password label and input box are indented approximately 75 pixels to the right.

There are anti-aliasing differences between Safari 3.1 and Google Chrome, for whatever that's worth. This will doubtless be because Safari on Windows uses its own text-rendering and anti-aliasing layer instead of Windows's GDI.

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