Over the past few months, I have been working on a great web application. Repeatedly, we wrote code that, according to the DOM and JS specifications, should work fine, but still manages to completely kill one or more of our test browsers. We recently released pure JavaScript code, which was supposed to be harmless, but causes the generation of Error Protection in IE8, other code fragments that completely freeze Safari, etc.
Well, we will solve every problem, by elements, with as much blood, sweat and code as needed. But the question I have in mind is this: is there a knowledge base about such browsers? Something comparable to quirksmode.org, but with recommendations on how to encode things so as not to kill our browsers?
Thank.
edit Accuracy: not that it changes anything in the question, but we use jQuery.
Yoric source
share