Are there documented rendering differences between different versions of an operating system and same versions of browsers? -


i'm involved in browser-compatibility testing, , we're looking @ tools , forth. 1 thing need visual inspection of our site in range of different browsers on different oss , platforms.

my question whether there documented differences (or can post html+css) page render differently in ie6 on windows 2000 in ie6 on windows xp (say). or ie7/xp vs ie7/vista. or safari4/macosx leopard vs safari4/macosx snow leopard.

we're hoping able slim down count of combinations.

i've seen this other question, , don't think it's quite same thing. answers direct me quirksmode.org. we're not looking breakdown of elements/css-rules supported in browsers; we've got existing site better or worse uses uses, , we'd under test able make changes more safely.

you can submit http://browsershots.org/ multiple times, different os version called same browser version. not ideal solution.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -