Answer the question
In order to leave comments, you need to log in
Is there any good literature on differences in browser behavior?
Hello! I'll give you an example right away. I recently found out that Firefox and Chrome handle keystrokes differently. For example, when clicking on the backspace, Firefox triggers 3 events in sequence: onkeydown, onkeypress, and onkeyup. Chrome only has onkeydown and onkeyup. It seems a minor difference, but when developing one resource, this ignorance resulted in a rather serious bug. Actually, is there any sensible literature on this kind of differences in browsers? I don't want to be ignorant again :)
Answer the question
In order to leave comments, you need to log in
There is no single table with all such things. As necessary, information is obtained from various sources. In addition to the one mentioned by Sergey Protko MDN may still be useful:
* caniuse.com
* kangax.github.io/compat-table/es6
* www.quirksmode.org/compatibility.html
explanatory literature
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question