I was wondering whether there is a difference between the same browser (e.g. Firefox and Chrome) between OSs and OS versions?
So, for example, is there any difference between Firefox 50.0 and Chrome 64.0 (two random versions, but naturally I'm referring to the exact same one per browser type) between:
- OS X El Capitan
- OS X Sierra
- OS X High Sierra
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10
For a bit of background, out product has it's own in house native player (HTML5 and vanilla JS) for which we need to provide a broad range of support across platforms and browser versions and we're interested, for testing purposes, if there would be some differences between the OSs and OS versions.
While I'm also interested in the appearance (CSS rendering), my main concern is the functionality (JS or anything else).
Yes there is a difference between the Windows, OS X and Linux.
Native Differences
These differences are on both browsers the Chrome and Firefox. It starts with creating a window on the OSs.
Quoted from Jiminy Christmas on QUORA with some edits from me.
JavaScript, CSS, enz...
Differences from JS behavior, CSS rendering, anything else like that is different from the following:
The ES and CSS standard should give you the same resold.
The HTML standard is known to have different style for input fields and buttons over different OSs.